Custom Navigation Property Name Generators | Ben Gribaudo

Power BI
Sam Fischer on LinkedIn: #PowerQuery #PowerBI | 19 comments
Did you know that you can easily zoom in and out in the #PowerQuery window? Zoom in: CTRL+SHIFT+= Zoom out: CTRL+SHIFT+- Credit to https://lnkd.in/dt-qUqYD... 19 comments on LinkedIn
Power Query Transformation Pattern: Convert Status Log Dates Table to Start and End Date Table in Power BI
learn how to transform a status log table with one date column to a from and to date column based table using Power Query in Power BI.
Resilient Relative Column Reordering | Ben Gribaudo
Chris Webb's BI Blog: Handling “Select All” For Slicers Bound To Dynamic M Parameters In Power BI
Last year I blogged about handling multi-select scenarios for dynamic M parameters. Since then support for “Select All” has been added (see here) but since a regular slicer with no item…
Create the Ultimate Date Table in Power Query (incl Script)
Learn how to create a dynamic date table in Power Query. Make sure to pick up your free script to generate a reusable calendar.
Get Value from Previous Row using Power query - Gorilla BI
This article shows how to get the previous row value using Power Query. You can adjust the 3 ways to also retrieve an earlier or later row.
How to avoid a rename step in #PowerQuery when you use Table.FromList – #PowerBI
Here is a tip that reduces your Power Query steps with 1 step less. When I build date tables I typically use the function List.Dates to create a list of dates. As I want it as a table I use the Rib…
Power Query Updates in Power BI Desktop October 2021 Release
Learn about new Power Query-related updates in the recent October 2021 release of Power BI Desktop!
Chris Webb's BI Blog: Multi-Value Parameters In Power Query Online
There’s a nice new feature in Power Query Online (the version of Power Query used in Dataflows): parameters of type List. You can see this as a new option in the Type dropdown in the “M…
Recursive Functions in Power BI / Power Query — The Power User
How, when and why to use recursive functions within Power BI / Power Query. Theoretical and practical examples
Parameters and Functions in Power BI / Power Query - Main Concepts — The Power User
Understanding the main principles of Parameters and Functions in Power Query and Power BI when it comes to Data Preparation and the M language.
Understanding the Combe Files experience Power BI / Power Query — The Power User
An article that covers how in depth how the Combine Files experience in Power BI / Power Query and how parameters and functions work inside of it.
Split / Segment / Partition / Section your table in Power BI / Power Query — The Power User
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 […]
The Environment concept in M for Power Query and Power BI Desktop, Part 1
Create Custom Functions in Power Query – SQLServerCentral
This article discusses how to create a custom functions in Power BI using Power Query. The latest SQL Server articles from SQLServerCentral
Power Query - Custom Functions - Excel Off The Grid
There are over 600 functions in Power Query. Yet, those functions won't always do what we need, therefore we might need to turn to custom functions.
The Environment concept in M for Power Query and Power BI Desktop, Part 2
The Environment concept in M for Power Query and Power BI Desktop, Part 3
The Environment concept in M for Power Query and Power BI Desktop, Part 4
Custom M function: GetTableOfDateAndDateTime
Fast table construction with Table.FromColumns and lists with metadata records
3 ways for sums over columns in Power Query
Writing documentation for custom M-functions, Part1
Writing documentation for custom M-functions, Part3
#PowerQuery – Add Year, Month and Day to your date table with Date.ToRecord – #PowerBI
When you build a date table in Power Query you might use the functions under Date to add year, month and day And this will give you three steps in your Query But we can do this a bit faster, and yo…
Lists in Power Query - The Complete Guide - Gorilla BI
Complete Guide to Lists in Power Query. Learn how to Make Use of the Most Powerful Power Query Functions (And Master Them).
Chris Webb's BI Blog: Understanding The “The operation was cancelled because of locking conflicts” Error In Power BI
If you’re working in Power BI Desktop you may sometimes find that your visuals error with the message “Couldn’t load the data for this visual. The operation was cancelled because …
Combining X Number of Rows in Power Query for Power BI, Excel and Power Query Online
A while back, I was working on a project involving getting data from Excel files. The Excel files contain the data in sheets and tables. Getting the data from the tables is easy. However, the data in the sheets have some commentaries on top of the sheet, then the column names and then the data … Continue reading Combining X Number of Rows in Power Query for Power BI, Excel and Power Query Online
Chris Webb's BI Blog: Power BI/Power Query Data Privacy Settings And Errors Caused By Nested Values
Over the past few years I’ve blogged and presented extensively on the subject of Power Query’s data privacy settings (see here for a post with links to all this content). I thought I kn…