power query

power query

962 bookmarks
Custom sorting
Split / Segment / Partition / Section your table in Power BI / Power Query
Split / Segment / Partition / Section your table in Power BI / Power Query
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 […]
·poweredsolutions.co·
Split / Segment / Partition / Section your table in Power BI / Power Query
New “Diagnose Step” Power Query Feature In Power BI
New “Diagnose Step” Power Query Feature In Power BI
One new feature that was introduced in the December 2019 release of Power BI Desktop, but which wasn’t mentioned in the release blog post, is the “Diagnose Step” button on the Tools tab of the Powe…
·blog.crossjoin.co.uk·
New “Diagnose Step” Power Query Feature In Power BI
Split / Segment / Partition / Section your table in Power BI / Power Query
Split / Segment / Partition / Section your table in Power BI / Power Query
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 […]
·flip.it·
Split / Segment / Partition / Section your table in Power BI / Power Query
Power bi get data from multiple files in a folder on onedrive for business no gateway needed
Power bi get data from multiple files in a folder on onedrive for business no gateway needed
I have written another blog article previously about how to set up your Power BI to get data from a file in OneDrive for Business folder without needing gateway. That was a popular blog article, but I got questions about what if I want to get data from a folder in OneDrive for business but…
·radacad.com·
Power bi get data from multiple files in a folder on onedrive for business no gateway needed
Unfill in Power Query
Unfill in Power Query
Recently I received a question on how to Unfill in Power Query - remove all duplicate instances of a value, replacing them with null
·excelguru.ca·
Unfill in Power Query
Create Row Number for Each Group in Power BI using Power Query
Create Row Number for Each Group in Power BI using Power Query
If you want to create a row-number statically as a pre-calculation in Power BI, then Power Query has a very simple way of doing it; Add Index Column. However, the Index column creates the row number regardless of any grouping or categorization. sometimes you want to take that into account too. There is a little…
·radacad.com·
Create Row Number for Each Group in Power BI using Power Query
Get the List of FOLDERS only in Power BI using Power Query
Get the List of FOLDERS only in Power BI using Power Query
There are times that you need to get the list of FOLDERS and not just files. Of course folder itself (without considering files in it), doesn't contain data to be used for a report. However, sometimes, even the folder name might contain some useful information. The Get Data From Folder option in Power BI will…
·radacad.com·
Get the List of FOLDERS only in Power BI using Power Query
Handle Errors in Data Refreshes with Power Automate
Handle Errors in Data Refreshes with Power Automate
Learn how to use Power Automate to detect issues with your Power Query data refreshes in this hands on tutorial from PowerBI.Tips.
·powerbi.tips·
Handle Errors in Data Refreshes with Power Automate
Power BI Get Data from Multiple Files in a Folder on OneDrive for Business, No Gateway Needed
Power BI Get Data from Multiple Files in a Folder on OneDrive for Business, No Gateway Needed
I have written another blog article previously about how to set up your Power BI to get data from a file in OneDrive for Business folder without needing gateway. That was a popular blog article, but I got questions about what if I want to get data from a folder in OneDrive for business but…
·flip.it·
Power BI Get Data from Multiple Files in a Folder on OneDrive for Business, No Gateway Needed
All in One: Script to Create Date Dimension in Power BI using Power Query
All in One: Script to Create Date Dimension in Power BI using Power Query
I have written multiple blog posts about how to create a date dimension using Power Query, however, the purpose of those blog posts was to teach you how to do it yourself, learn the process and also build the date dimension that you can use. Sometimes, however, you just want to create a date dimension…
·radacad.com·
All in One: Script to Create Date Dimension in Power BI using Power Query
Power Query API Considerations
Power Query API Considerations
Working with APIs in Power BI? This article provides some suggestions on how to work efficiently with API calls in Power BI.
·flip.it·
Power Query API Considerations
Power BI Query Performance & Query Diagnostics
Power BI Query Performance & Query Diagnostics
This post and the video walk-through demonstrates how the order of steps added to a query can make a big performance difference and drastically effect the number of steps generated by the designer.
·sqlserverbi.blog·
Power BI Query Performance & Query Diagnostics
Date.Networkdays function for Power Query and Power BI –
Date.Networkdays function for Power Query and Power BI –
Calculate net working days like in Excel with my new Date.Networkdays function for Power Query. For holidays, simply refefrence column of a calendar table
·thebiccountant.com·
Date.Networkdays function for Power Query and Power BI –
Convert flat list to table in power bi pivot without a set key column using power query
Convert flat list to table in power bi pivot without a set key column using power query
The scenario I am explaining today is a very specific use case, However, I have seen examples similar to this happens very often. It happens that you get a text or Excel file with values written in a flat list structure, and that needs to be changed to a table format. Usually, this process can…
·radacad.com·
Convert flat list to table in power bi pivot without a set key column using power query
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI
Sometimes, you need to create a multiplication of all sets of all pairs from two different data tables in Power BI. This action is different from Merge (Join) because there is no matching key columns and no way to relate the two tables together. However, you want to create a multiplication as a flatten table.…
·radacad.com·
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI