Manage your external tools easily with Power BI Sidetools - The BI Power
Since the Power BI team allowed to launch external tools from the Power BI desktop ribbon, several tools became available. Do you know you can create your own
RT @Hohlick: Your own #DAX help engine in the Edge as easy as 1-2-3: 1. Go to the settings and add a new search engine 2. Type "dax" and press the spacebar in the Edge address bar 3. type your search term That's all ^_^ #PowerBI
Power BI query reduction - Add an "Apply all filters" button to your report
Performance, performance, performance, everyone loves a report that has good performance right? Specially if we are talking about reports using Direct Query, which is the main focus of this post. While you have some settings in Power BI Desktop that can help you with query reduction (specially useful if you're using Direct Query!), there is no option to add an "Apply all filters" button directly in your report page. Yes, you can add an "Apply all" button if you use the filter pane, but if you're
The first and most important thing we need to understand to get our expected result is forcing the user to use a custom navigation inside of the report. Let's avoid the default pages navigation. We might need to build a single visible Menu page to start our report. You can find a lot of post and vid...
How to resolve error when deploying changes to Power BI Premium Per User for Incremental partitions - Reporting/Analytics Made easy with FourMoo and Power BI
In this blog post I show how to overcome an error when deploying to Power BI Premium per User when there are incremental partitions created.
Split / Segment / Partition / Section your table in Power BI / Power Query — The Power User
The following is a pretty common scenario that I’ve seen with flat files exported from legacy systems, but it also applies to multiple other scenarios. It uses the M language inside of Power BI Desktop / Power Query, but you can follow along without knowing that much about it. The scenario: a table that contains […]
Chris Webb's BI Blog: Multi-Value Parameters In Power Query Online
There’s a nice new feature in Power Query Online (the version of Power Query used in Dataflows): parameters of type List. You can see this as a new option in the Type dropdown in the “M…
How to avoid a rename step in #PowerQuery when you use Table.FromList – #PowerBI
Here is a tip that reduces your Power Query steps with 1 step less. When I build date tables I typically use the function List.Dates to create a list of dates. As I want it as a table I use the Rib…