Power BI

Power BI

9059 bookmarks
Custom sorting
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
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
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
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()
Business Problem: In a recent project with one of our clients, we were attempting to categorize website visit logs, based on the visitor’s landing page. The client had been maintaining a table of KeyPhrases that correspond with Categories. If the Visitor’s landing page contained the KeyPhrase, we wanted to match it
Power_BI_tips·powerpivotpro.com·
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()