power query

power query

962 bookmarks
Custom sorting
Converting Multiple Items into One Row in Power Query
Converting Multiple Items into One Row in Power Query
I was working with some external data where I had a list of Australia postal codes, the challenge is that there are multiple suburbs that are part of one postal code. Below I am going to show you h…
Power_BI_tips·fourmoo.com·
Converting Multiple Items into One Row in Power Query
Power BI And Column Order In M Queries And Dataset Tables
Power BI And Column Order In M Queries And Dataset Tables
The order of the columns in a table in a Power BI dataset doesn’t matter all that much, especially because the Fields pane in Power BI Desktop ignores the original column order and lists the column…
Power_BI_tips·blog.crossjoin.co.uk·
Power BI And Column Order In M Queries And Dataset Tables
Load the Latest Version of a File in Power Query
Load the Latest Version of a File in Power Query
There are quite a few common business scenarios where you get data in the form of a file on a regular basis from some source system and you need to process these files into your Power BI reports. …
Power_BI_tips·exceleratorbi.com.au·
Load the Latest Version of a File in Power Query
Creating a Power Query function browser – #powerbi
Creating a Power Query function browser – #powerbi
One of the best functions in Power Query (M) is for sure the function =#shared that inside the Query editor lists all the functions in M and in your current pbix file. Picture 1 Result of =#shared But…
Power_BI_tips·eriksvensen.wordpress.com·
Creating a Power Query function browser – #powerbi
Merge Operations in Power BI / Power Query – Part 2: Right Outer Join
Merge Operations in Power BI / Power Query – Part 2: Right Outer Join
Facebook Twitter LinkedIn If you haven’t read Part 1 of this series, I highly recommend that you read that prior to this post. In that previous post, we went over the Left Outer Join and some basics on how Joins / Merge operations work inside Power Query / Power BI where the position of the …
Power_BI_tips·poweredsolutions.co·
Merge Operations in Power BI / Power Query – Part 2: Right Outer Join
Combine All Sheets in a Workbook with Power Query
Combine All Sheets in a Workbook with Power Query
There are quite a few different common business scenarios where you get data in the form of a file on a regular basis. The 3 common patterns I use most often are. Each day/month/year you get a new…
Power_BI_tips·exceleratorbi.com.au·
Combine All Sheets in a Workbook with Power Query
Writing data to GitHub using Power Query only
Writing data to GitHub using Power Query only
Using Power Query to write out data is usually a very bad idea. But I found an exeption where it made a lot of sense to me: Writing data to GitHub to feed..
Power_BI_tips·thebiccountant.com·
Writing data to GitHub using Power Query only
The Fill Down Hierarchies Challenge
The Fill Down Hierarchies Challenge
A weekend challenge I hope you are enjoying your second weekend of 2019. I was helping a friend recently figuring out the following data challenge: You have a table of Backlog items with three levels of hierarchies (Scenario, Feature and Backlog Item). In each row, the source data includes the unique ID of the lowest …
Power_BI_tips·datachant.com·
The Fill Down Hierarchies Challenge
Update your report based on a website
Update your report based on a website
A quick hack today. Got this question from someone who needed to be able to update a report and show users that something had changed. This is easy when you...
Power_BI_tips·kasperonbi.com·
Update your report based on a website
Power Query – Combining Columns in M
Power Query – Combining Columns in M
In my Power BI courses I always recommend some books and sites that will help them learn DAX or M. Most of the time i'm presenting to new users to Power BI, and having to get them to move from the Exc…
Power_BI_tips·jlsql.wordpress.com·
Power Query – Combining Columns in M
Types in PowerQuery cannot be compared and a Type.AsText function
Types in PowerQuery cannot be compared and a Type.AsText function
While searching for a compact formula to retrieve the textual representations of a type in Power Query, I learned that a type comparison in Power Query will return unreliable results, as "Type equivalence is not defined in M". So I continue using my old function, which I'm sharing here as well.
Power_BI_tips·thebiccountant.com·
Types in PowerQuery cannot be compared and a Type.AsText function
An Oldie but Goodie - PowerPivot In Excel: Existing Data Connections
An Oldie but Goodie - PowerPivot In Excel: Existing Data Connections
With the Power BI craze that kicked into high gear in 2017, it’s less common to be working in PowerPivot in Excel. However, during one of my recent remote consulting calls, one of our many clients needed some help with a solution created in PowerPivot in Excel. And I often find if ONE person needs help or has a
Power_BI_tips·powerpivotpro.com·
An Oldie but Goodie - PowerPivot In Excel: Existing Data Connections
Thoughts On The New Power Query Source In SSIS
Thoughts On The New Power Query Source In SSIS
Yet more evidence that Power Query is taking over the world: there’s a new Power Query data source for SQL Server Integration Services in the latest version of SSDT. Here’s the blog post announcing it…
Power_BI_tips·blog.crossjoin.co.uk·
Thoughts On The New Power Query Source In SSIS
Create a Power Query custom data connector in 10 minutes
Create a Power Query custom data connector in 10 minutes
Getting set up When I heard about custom data connectors for Power Query, I had assumed there would be a lot of work involved. While there is definitely quite a bit of work in implementing advanced fe…
Power_BI_tips·sqlgene.com·
Create a Power Query custom data connector in 10 minutes