powerbi

PowerBI-Javascript embedded dashboard is not “clickable” (to drill to associated Reports, etc)

眉间皱痕 提交于 2021-02-08 10:33:14
问题 I have a scenario where I need to embed PowerBI dashboards that I am accomplishing by doing the following: Use ADAL.JS to authenticate the browser user with AD; then use an AD app to request an access token to powerbi App. Pass this access token to PowerBI-Javascript (powerbi.embed) and embed a given dashboard into my page. At this point, the dashboard shows up embedded on my page, along with all its pinned contents. HOWEVER, the problem is that IF I try to click on any of those pinned items

Excel CUBEVALUE & CUBESET count records greater than a number

北慕城南 提交于 2021-02-08 09:16:20
问题 I am writing a series of queries to my workbook's data model to retrieve the number of documents by Category_Name which are greater than a certain numbers of days old (e.g. >=650 ). Currently this formula (entered in celll C3 ) returns the correct number for a single Days Old value ( =3 ). =CUBEVALUE("ThisWorkbookDataModel", "[Measures].[Count of Docs]", "[EDD_Report].[Category_Name].&["&$B2&"]", "[EDD_Report_10-01-18].[Days Old].[34]") How do I return the number of documents for Days Old

Excel CUBEVALUE & CUBESET count records greater than a number

雨燕双飞 提交于 2021-02-08 09:16:15
问题 I am writing a series of queries to my workbook's data model to retrieve the number of documents by Category_Name which are greater than a certain numbers of days old (e.g. >=650 ). Currently this formula (entered in celll C3 ) returns the correct number for a single Days Old value ( =3 ). =CUBEVALUE("ThisWorkbookDataModel", "[Measures].[Count of Docs]", "[EDD_Report].[Category_Name].&["&$B2&"]", "[EDD_Report_10-01-18].[Days Old].[34]") How do I return the number of documents for Days Old

Creating a Measure that returns DISTINCT COUNT by Country and Brand in Power BI

醉酒当歌 提交于 2021-02-07 19:14:45
问题 I have a table like below: Country, Advertiser, Brand, Spend C1, A1, B1, 10 C1, A1, B2, 5 C1, A2, B3, 0 C1, A2, B4, 20 C2, A1, B1, 8 C2, A1, B5, 7 C2, A2, B6, 4 C2, A2, B3, 3 C2, A2, B7, 2 C2, A3, B8, 9 I'd like to get the DISTINCT COUNT of Brands by Country, which is simply: C1 => 4 C2 => 6 How do I create a measure in Power BI that I can embed in a table or a tree-map? I have already tried this: Measure = COUNTX(DISTINCT(sourceTable),sourceTable[Brand]) which returns total Brand count (not

Creating a Measure that returns DISTINCT COUNT by Country and Brand in Power BI

旧街凉风 提交于 2021-02-07 19:11:41
问题 I have a table like below: Country, Advertiser, Brand, Spend C1, A1, B1, 10 C1, A1, B2, 5 C1, A2, B3, 0 C1, A2, B4, 20 C2, A1, B1, 8 C2, A1, B5, 7 C2, A2, B6, 4 C2, A2, B3, 3 C2, A2, B7, 2 C2, A3, B8, 9 I'd like to get the DISTINCT COUNT of Brands by Country, which is simply: C1 => 4 C2 => 6 How do I create a measure in Power BI that I can embed in a table or a tree-map? I have already tried this: Measure = COUNTX(DISTINCT(sourceTable),sourceTable[Brand]) which returns total Brand count (not

Creating a Measure that returns DISTINCT COUNT by Country and Brand in Power BI

强颜欢笑 提交于 2021-02-07 19:10:15
问题 I have a table like below: Country, Advertiser, Brand, Spend C1, A1, B1, 10 C1, A1, B2, 5 C1, A2, B3, 0 C1, A2, B4, 20 C2, A1, B1, 8 C2, A1, B5, 7 C2, A2, B6, 4 C2, A2, B3, 3 C2, A2, B7, 2 C2, A3, B8, 9 I'd like to get the DISTINCT COUNT of Brands by Country, which is simply: C1 => 4 C2 => 6 How do I create a measure in Power BI that I can embed in a table or a tree-map? I have already tried this: Measure = COUNTX(DISTINCT(sourceTable),sourceTable[Brand]) which returns total Brand count (not

Creating a Measure that returns DISTINCT COUNT by Country and Brand in Power BI

 ̄綄美尐妖づ 提交于 2021-02-07 19:08:35
问题 I have a table like below: Country, Advertiser, Brand, Spend C1, A1, B1, 10 C1, A1, B2, 5 C1, A2, B3, 0 C1, A2, B4, 20 C2, A1, B1, 8 C2, A1, B5, 7 C2, A2, B6, 4 C2, A2, B3, 3 C2, A2, B7, 2 C2, A3, B8, 9 I'd like to get the DISTINCT COUNT of Brands by Country, which is simply: C1 => 4 C2 => 6 How do I create a measure in Power BI that I can embed in a table or a tree-map? I have already tried this: Measure = COUNTX(DISTINCT(sourceTable),sourceTable[Brand]) which returns total Brand count (not

How to connect google sheet with power bi?

不想你离开。 提交于 2021-02-06 09:13:22
问题 I am trying to connect google sheet with power bi using R Studio, there is a video on youtube by stephnie locke, but that is just a short video and dont help completely. any one there which can help properly and completely. 回答1: If you're not limited to R Studio, there is another way to access Google Sheet data from Power BI: Sample data: Get shareable link of the Google Sheet (Permission at least Anyone with the link can view ): Modify the shareable link and add the following parts: From:

How to connect google sheet with power bi?

 ̄綄美尐妖づ 提交于 2021-02-06 09:12:54
问题 I am trying to connect google sheet with power bi using R Studio, there is a video on youtube by stephnie locke, but that is just a short video and dont help completely. any one there which can help properly and completely. 回答1: If you're not limited to R Studio, there is another way to access Google Sheet data from Power BI: Sample data: Get shareable link of the Google Sheet (Permission at least Anyone with the link can view ): Modify the shareable link and add the following parts: From:

How to connect google sheet with power bi?

為{幸葍}努か 提交于 2021-02-06 09:12:27
问题 I am trying to connect google sheet with power bi using R Studio, there is a video on youtube by stephnie locke, but that is just a short video and dont help completely. any one there which can help properly and completely. 回答1: If you're not limited to R Studio, there is another way to access Google Sheet data from Power BI: Sample data: Get shareable link of the Google Sheet (Permission at least Anyone with the link can view ): Modify the shareable link and add the following parts: From: