Power Query

Power Query

947 bookmarks
Custom sorting
Multi-level Column Unpivoting with Power Query
Multi-level Column Unpivoting with Power Query
An interesting challenge today come up while mentoring finance users in Power BI. Consider the following Excel layout. The user wants to unpivot the data by rotating the three header rows (Scenario Ty…
·prologika.com·
Multi-level Column Unpivoting with Power Query
Microsoft Power Query
Microsoft Power Query
Power Query is the easiest way to connect, extract, transform and load data from a wide range of sources
·powerquery.microsoft.com·
Microsoft Power Query
Removing HTML Tags From Text In Power Query/Power BI
Removing HTML Tags From Text In Power Query/Power BI
Recently I found I needed to remove all the HTML tags from some text in Power Query. I searched and found a great – if complex – function from Marcel Beug here, but I realised that since that post was…
·blog.crossjoin.co.uk·
Removing HTML Tags From Text In Power Query/Power BI
Pivoting Text Data Using Power Query
Pivoting Text Data Using Power Query
It is very common to need to transform data from one “shape” to another “shape” before it can be used inside Power BI for analysis (although many beginners don’t reali…
·exceleratorbi.com.au·
Pivoting Text Data Using Power Query
Creating Two-Tiered, Multi-Frequency Period Cycles
Creating Two-Tiered, Multi-Frequency Period Cycles
Creating Two-Tiered, Multi-Frequency Period Cycles Using List.Generate, Column References, and Internal/External Context in Power Query
·excelguru.ca·
Creating Two-Tiered, Multi-Frequency Period Cycles
How to get help for any function in #PowerQuery
How to get help for any function in #PowerQuery
One of the things you should know when working with PowerQuery is that you can get a list of all functions in M by adding a blank query and use the #shared expression to get all the functions. This…
·eriksvensen.wordpress.com·
How to get help for any function in #PowerQuery
Conditional Logic: Conditional Columns
Conditional Logic: Conditional Columns
Understanding the if statement inside of Power BI / Power Query and how Conditional Columns can be created through the UI and a Custom Column.
·poweredsolutions.co·
Conditional Logic: Conditional Columns
Power Query Performance And Expanding Columns
Power Query Performance And Expanding Columns
As a footnote to my previous post on storing large images in Power BI, I thought all you M nerds out there would be interested to read about a strange performance quirk I noticed while writing the cod…
·blog.crossjoin.co.uk·
Power Query Performance And Expanding Columns
New M function: Text.ReplaceAll
New M function: Text.ReplaceAll
This blog post shows how you can use Text.ReplaceAll in Power Query to replace multiple words at once.
·xxlbi.com·
New M function: Text.ReplaceAll
Storing Large Images In Power BI Datasets
Storing Large Images In Power BI Datasets
Jason Thomas and Gerhard Brueckl have both blogged on the subject of storing images as text inside a Power BI dataset: http://sqljason.com/2018/01/embedding-images-in-power-bi-using-base64.html https:…
·blog.crossjoin.co.uk·
Storing Large Images In Power BI Datasets
What Is The Maximum Length Of A Text Value In Power BI?
What Is The Maximum Length Of A Text Value In Power BI?
What is the maximum length of a text value in Power BI? It turns out that this is a more complex question than you might think! The maximum length of a text value that the Power Query engine can lo…
·blog.crossjoin.co.uk·
What Is The Maximum Length Of A Text Value In Power BI?
The BIccountant
The BIccountant
This is the full definition fo the new Table.ContainsAnywhere function in Power Query. It covers optoins for search lists, case sensitivity, partial match..
·thebiccountant.com·
The BIccountant
Records in Power Query - how, when and why
Records in Power Query - how, when and why
You should master records in M/ Power Query, in order to become an M ninja. This post shows you all the basic concepts behind this value type.
·ssbi-blog.de·
Records in Power Query - how, when and why
How to Reconcile Accounts using Power Query
How to Reconcile Accounts using Power Query
Learn How to create a template to Reconcile Accounts Using Power Query for Excel. [with Video, Learn and Earn Activity and Workbook to download]
·theexcelclub.com·
How to Reconcile Accounts using Power Query
Power Query in SSIS
Power Query in SSIS
Two years ago I wrote an article on how to export data from Power BI Desktop to an SQL database. Now there is another way which Power Query can use directly in SSIS.
·powerbi-pro.com·
Power Query in SSIS
Top N & query folding to improve report building!
Top N & query folding to improve report building!
Another week, another event done. This time it was SQL Saturday Helsinki, where I did two sessions. First session was the Power BI cheat sheet explained, and second Storytelling & interactive r…
·data-marc.com·
Top N & query folding to improve report building!
My Sessions at MBAS
My Sessions at MBAS
June 11-12 are getting near, and it is this time of the year to start getting excited. Microsoft Business Applications Summit is getting close. Do you plan to attend it? I will be glad to meet you in person in one of my sessions that will focus on my Power Query book and the development …
·datachant.com·
My Sessions at MBAS
Column Profiling in Power BI Desktop
Column Profiling in Power BI Desktop
Adam walks through column profiling within the Power BI Desktop. This includes the latest updates with the general availability (GA) within the April 2019 Power BI Desktop release. Demo files: https://guyinacu.be/demofiles
·guyinacube.com·
Column Profiling in Power BI Desktop
Expanding Rows Using Power Query
Expanding Rows Using Power Query
I had an interesting question from one of my book readers and I thought it would make a good blog article. There are many ways of solving this problem, and I blogged about solving a similar problem…
·exceleratorbi.com.au·
Expanding Rows Using Power Query
Lists in Power Query – how, when and why
Lists in Power Query – how, when and why
You should master lists in M/ Power Query, in order to become an M ninja. This post shows you all the basic concepts behind this value type.
·ssbi-blog.de·
Lists in Power Query – how, when and why
Combine or Append Data: Optimal Combination Pattern
Combine or Append Data: Optimal Combination Pattern
The most optimal approach when trying to combine, append, consolidate, stack data using Power BI / Power Query for any data source.
·poweredsolutions.co·
Combine or Append Data: Optimal Combination Pattern