powerbi

Azure Analysis Services vs Direct Query

风流意气都作罢 提交于 2020-02-25 03:27:44
问题 I'm tring to assess the best approach, in terms of cost and performance, in accessing data and running queries on a dataset using Power BI with Azure Analysis Services or Power BI with Direct Query. I have trie to illustrate both approaches with the following diagram. From the diagram steps 4 and 5 describe accessing data in Azure Data Lake using Power BI with Direct Query. Wherease, steps 4 and 6 describes accessing data using Power BI with Azure Analysis Services. From my own research,

Custom visual in Power BI using Python

半腔热情 提交于 2020-02-24 12:08:52
问题 I am trying to replicate this for Python, but cannot find any answer: Is it possible to use R Plotly library in R Script Visual of Power BI? or : https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 Just to be a little more specific: How can I change the offered solution to work with script.py rather than script.R Any help is highly appreciated. I have found that in this folder there is a file called capabilities.json, so I assume this is one part of the

Custom visual in Power BI using Python

徘徊边缘 提交于 2020-02-24 12:08:28
问题 I am trying to replicate this for Python, but cannot find any answer: Is it possible to use R Plotly library in R Script Visual of Power BI? or : https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 Just to be a little more specific: How can I change the offered solution to work with script.py rather than script.R Any help is highly appreciated. I have found that in this folder there is a file called capabilities.json, so I assume this is one part of the

Custom visual in Power BI using Python

╄→尐↘猪︶ㄣ 提交于 2020-02-24 12:08:12
问题 I am trying to replicate this for Python, but cannot find any answer: Is it possible to use R Plotly library in R Script Visual of Power BI? or : https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 Just to be a little more specific: How can I change the offered solution to work with script.py rather than script.R Any help is highly appreciated. I have found that in this folder there is a file called capabilities.json, so I assume this is one part of the

How to connect POWER BI web with AW mysql database?

耗尽温柔 提交于 2020-02-24 11:35:46
问题 I am new to power bi , i need to connect my AW mysql database with power bi, i did research but did not find any suitable answer can any one help please.? 回答1: I think you mean AWS mysql database? There is no direct way to connect Power BI yet, you can see on the Power BI Ideas page, the idea is "under review": https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/6809030-aws-rds-sql-server-data-source Maybe you can use a BI application from the Amazon Partner list? https://aws

Ways to share dashboards and reports for users without a PowerBi account and not allowing to share it back

橙三吉。 提交于 2020-02-23 07:40:41
问题 I want to share some PowerBi dashboards to users with no Microsoft/PowerBI account. I know that I can share it in a Sharepoint online but the problem with this solution is the share button (Facebook, Twitter, URL) that we can find at the button of the web page. I don't want users to be able to share the reports on their own. So is there a way to share the reports with free users without allowing them to share them back. Thank you for your help. 回答1: The only way to do this is to embed the

Power BI Report Builder - SharePoint as data source

混江龙づ霸主 提交于 2020-02-07 04:14:06
问题 Is it possible to use Power BI Report Builder to connect to a SharePoint list? It seems that it was possible to do that with the old SSRS Report Builder - link. I would like to Build a SSRS-like report with Power BI using different SharePoint lists as Data Sources. I tried to use the Power BI Desktop app to build a report but I couldn't matrix/tables/sections repetitions. 回答1: In the latest update(July 2019) of Power BI Report Builder, you can use NON-PREMIUM datasets from Power BI Service as

Create Measure to Calculate Value Based on Lookup By Date

前提是你 提交于 2020-02-06 07:48:04
问题 I am trying to create a measure that would give me a value based on an expected percentage of of the whole, by date. This will let me create a visual showing expected and actual execution values. I have the actual value calculation down, but I am having issues with the expected calculation. The table with the expected percentage by date is setup with columns Date, Project, Expected Pct Complete 1/1/2019, ProjA, .20 1/2/2019, ProjA, .40 1/3/2019, ProjA, .60 1/4/2019, ProjA, .80 1/5/2019, ProjA

Create Measure to Calculate Value Based on Lookup By Date

流过昼夜 提交于 2020-02-06 07:46:06
问题 I am trying to create a measure that would give me a value based on an expected percentage of of the whole, by date. This will let me create a visual showing expected and actual execution values. I have the actual value calculation down, but I am having issues with the expected calculation. The table with the expected percentage by date is setup with columns Date, Project, Expected Pct Complete 1/1/2019, ProjA, .20 1/2/2019, ProjA, .40 1/3/2019, ProjA, .60 1/4/2019, ProjA, .80 1/5/2019, ProjA

Calculating the standard deviation from columns of values and frequencies in Power BI

喜你入骨 提交于 2020-02-04 03:34:45
问题 I am trying to calculate the standard deviation of a set of values in PowerBI and I am stuck. There are two columns in a table (days and count). This is a frequency distribution of a transportation lane. Days goes from 1 to 100, count is the number of shipments that took those number of days. The formula to calculate the standard deviation of a frequency distribution is pretty straight forward: sqrt(sum(fx * (x - avgx)^2))/sum(fx)) But the Dax is giving me a massive headache. Any help would