Power Query

Power Query

947 bookmarks
Custom sorting
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
With Power Query inside of Excel or Power BI, you can replace values by using the ‘Replace values’ button, but there are other approaches when you need to replace multiples values at the same time like the following ones: Imke’s way Bulk Replace The reality is that there are multiple ways to do it, but …
·poweredsolutions.co·
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
Table.Distinct and case pitfalls with Power Query/M language
Table.Distinct and case pitfalls with Power Query/M language
In a previous post, I already blogged about case pitfalls in Power Query/M language. By default, comparisons are case-sensitive and that could be an issue when sorting list or tables but also when …
·seddryck.wordpress.com·
Table.Distinct and case pitfalls with Power Query/M language
Handling Html entities when parsing web pages with Power Query/M Language
Handling Html entities when parsing web pages with Power Query/M Language
In a previous blog post, I explained how to handle the html entities when they were number-based such as À or ♣ ;. This post covers the other possibility to define an html entity, by …
·seddryck.wordpress.com·
Handling Html entities when parsing web pages with Power Query/M Language
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Huh ? I remember some years ago standing next to an IT guy at the biggest Brewing company in Canada of the time. He proudly showed me a new product he had created that allowed the President (down the …
·dmoffat.wordpress.com·
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Power Query – M Calendar Function
Power Query – M Calendar Function
I’ve downloaded a few M language based calendars, for use in Power BI recently and have been frustrated as they don’t quite meet my needs. So I’ve created my own. The main differe…
·jlsql.wordpress.com·
Power Query – M Calendar Function
Parsing semi-structured text files with the Power Query M language
Parsing semi-structured text files with the Power Query M language
My daughters participated to the provincial championships of gymnastics during this winter, both qualified for the regional championships. Between the two events, I analyzed the results of the diff…
·seddryck.wordpress.com·
Parsing semi-structured text files with the Power Query M language
Conditionally expanding table’s columns with Power Query M language
Conditionally expanding table’s columns with Power Query M language
In one of my projects, I have to deal with XML files. The structure of the XML is usually flat and I don’t need to expand columns to get access to the values I’m looking for. Loading th…
·seddryck.wordpress.com·
Conditionally expanding table’s columns with Power Query M language
Using Power Query “M” To Encode Text As Numbers
Using Power Query “M” To Encode Text As Numbers
I worked through a brain-teaser on a consulting project today that I thought I’d share in case it was useful for someone else in the community. We needed to convert application user names into an …
·sqlserverbi.blog·
Using Power Query “M” To Encode Text As Numbers
An In-Depth Look At The Csv.Document M Function
An In-Depth Look At The Csv.Document M Function
CSV files are one of the most commonly used data sources in Power BI and Power Query/Get&Transform, and yet the documentation for the Csv.Document M function is very limited and in some cases i…
·blog.crossjoin.co.uk·
An In-Depth Look At The Csv.Document M Function
Return a Specific Day of the Next Month - The Ken Puls (Excelguru) Blog
Return a Specific Day of the Next Month - The Ken Puls (Excelguru) Blog
In a comment on a previous post, a reader asked how you return a specific day of the next month from any given date. In other words, I've got a date of March 5 and I want to use Power Query to return April 10 in Excel (or Power BI). How do you do it?
·excelguru.ca·
Return a Specific Day of the Next Month - The Ken Puls (Excelguru) Blog
Calculate Days between dates using Power Query - Powered Solutions
Calculate Days between dates using Power Query - Powered Solutions
Have you ever wanted to find out how many days you have between 2 dates? perhaps how many Mondays? how many Sundays? perhaps Saturdays and Sundays? Well, in this blog post I’ll show you how you can do that with Power Query inside of Excel and/or Power BI and how you can extend this to …
·poweredsolutions.co·
Calculate Days between dates using Power Query - Powered Solutions
Character Escape Sequences In M
Character Escape Sequences In M
When you’re working with M code in Power BI or Power Query/Get&Transform you may want to include special characters such as carriage returns, line feeds or tabs inside a text value. To do this …
·blog.crossjoin.co.uk·
Character Escape Sequences In M
Recurring dates with offset in Power Query - Powered Solutions
Recurring dates with offset in Power Query - Powered Solutions
Imagine this scenario, you are a Doctor who has multiple appointments with patients on a daily basis. Sometimes, you need to schedule follow up appointments with your patients just to make sure that everything is going according to plan and basically do a check up. You record these appointments in a simple spreadsheet like the …
·poweredsolutions.co·
Recurring dates with offset in Power Query - Powered Solutions
Crazy Table Gymnastics - Part 1 - Dynamic Column Categories - Power BI Tips and Tricks
Crazy Table Gymnastics - Part 1 - Dynamic Column Categories - Power BI Tips and Tricks
Create a fully dynamic Power BI table. This allows a user to select the Top N items from any number of column data fields. This table technique allows for wide flexibility in what your users are able to investigate within one table.
·powerbi.tips·
Crazy Table Gymnastics - Part 1 - Dynamic Column Categories - Power BI Tips and Tricks
Running M Queries In Visual Studio With The Power Query SDK
Running M Queries In Visual Studio With The Power Query SDK
Writing M in the Advanced Editor in Excel or Power BI can be a frustrating experience unless you’re the kind of masochist who loves writing code in Notepad. There are some options for writing M cod…
·blog.crossjoin.co.uk·
Running M Queries In Visual Studio With The Power Query SDK