Power BI

Power BI

9059 bookmarks
Custom sorting
Power BI Visuals Reference - SQLBI
Power BI Visuals Reference - SQLBI
Power BI is a great tool that includes several high quality charts. In addition to the built-in ones, there are more than 100 custom visuals that you can ge
Power_BI_tips·sqlbi.com·
Power BI Visuals Reference - SQLBI
Line Chart Conditional Formatting
Line Chart Conditional Formatting
I’m really pleased and excited to introduce you to Daniil Maslyuk (Twitter: @DMaslyuk). I first met Daniil about a year ago (originally via email) as he was preparing to move to Australia. Daniil made…
Power_BI_tips·exceleratorbi.com.au·
Line Chart Conditional Formatting
Find an MVP - DataChant
Find an MVP - DataChant
Would you like to promote your business and brand as an MVP? Instead of sharing your MVP profile page (As demonstrated here), or hope to be discovered by future clients in the official MVP site here, you can now share with them a tailored-made dynamic report (Like this one), or embed it to your blog […]
Power_BI_tips·datachant.com·
Find an MVP - DataChant
Incredible Lionel Messi
Incredible Lionel Messi
This Power BI dashboard displays Lionel Messi's statistics in Liga, Champions League, World Cup and Copa America since 2004. You can easily play with the data and see : 1. Messi Global stats : Goals, Goals per Game and Assists 2. Messi Detailed goals : What ? When ? How ? 3. Messi Assists 4. M...
Power_BI_tips·community.powerbi.com·
Incredible Lionel Messi
Power BI Desktop December Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Power BI Desktop December Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
This month we are very excited to integrate our Q&A experience into the reporting canvas, offering a whole new way to create your visuals. We are also updating our bookmarking preview with new features that provide you much more flexibility. A highly requested feature, the ability to drill to filter other visuals on the page, is also coming out this month. You can take advantage of several new connectors and major updates to existing ones.
Power_BI_tips·powerbi.microsoft.com·
Power BI Desktop December Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
How to manage Power BI dataset refresh failures
How to manage Power BI dataset refresh failures
As I covered in a previous post How to connect to (and query) Power BI and Azure using PowerShell, Power BI can be difficult to manage and administer, unlike on-premises BI solutions. One such concern that will often require quick action is the failure of a dataset refresh. If your reports and dashboards all rely […]
Power_BI_tips·sqlshack.com·
How to manage Power BI dataset refresh failures
Calculating SUM of TOPN rows
Calculating SUM of TOPN rows
Hello everyone! I am trying to compute SUM of TOP N values in a table in a time period specified via slicers using following measures: 1. VolumeSum = CALCULATE(SUM(Volumes[Volume]); Volumes[Dimension]="mln l") 2. VolumeRanks2 = RANKX(ALL(Producers[Producer Eng]); CALCULATE(SUM(Volumes[Volume]); ...
Power_BI_tips·community.powerbi.com·
Calculating SUM of TOPN rows