Power Query

Power Query

947 bookmarks
Custom sorting
Power BI: Dynamically Removing Errors From Columns in M
Power BI: Dynamically Removing Errors From Columns in M
If you have excel data, or user-entered data, you have likely experienced frustration from repeatedly seeing the error message below upon hitting “Close & Apply” or refreshing your …
·dataonwheels.wordpress.com·
Power BI: Dynamically Removing Errors From Columns in M
Introduction to practical Query folding
Introduction to practical Query folding
This content applies to: Power Query Online One of the most powerful capabilities of Power Query and the M Language is Query Folding (also referred to as query delegation, and predicate push-down). Query Folding allows the Power Query Mashup Engine to push the transformations expressed in an M (mashup) query to the data source, in […]
·powerquery.microsoft.com·
Introduction to practical Query folding
Make column numbering not consecutive over the whole dataset but just for equal column names
Make column numbering not consecutive over the whole dataset but just for equal column names
Scenario:  In many cases, when we import data into Power BI, Power Query will automatically add suffixes if there are identical column names. However, even if there are multiple duplicate column names in the table, it will add them in numerical order without recognizing the fields and adding them ba...
·community.powerbi.com·
Make column numbering not consecutive over the whole dataset but just for equal column names
CBind in Power M (Power Query)
CBind in Power M (Power Query)
Introduction Cbind is a function in R that allows you to bind columns / vectors or tables, not by joining them using a column, but by adding the column to the table in the existing order.   Solution There are use cases where we would like to use this function in Power Query as well. For example when...
·community.powerbi.com·
CBind in Power M (Power Query)
Data Validation with Power BI using c# script and a CG
Data Validation with Power BI using c# script and a CG
Data Validation with Power BI is not impossible but messy. Here a script and a couple of calculation groups are used to streamline the process.
·esbrina-ba.com·
Data Validation with Power BI using c# script and a CG
Compare two tables from different sources thoroughly
Compare two tables from different sources thoroughly
When migrating processes you need to compare the outputs thoroughly. Power Query is a great tool to build such comparisons as you can refresh from the source.
·esbrina-ba.com·
Compare two tables from different sources thoroughly
Switching columns and rows in a Power BI matrix visual with Field Parameters
Switching columns and rows in a Power BI matrix visual with Field Parameters
If we want to make a dynamic disposition of fields in a matrix and give the user the possibility to select the order in which he can display the fields in rows or columns, we can use the Field parameters feature to achieve this goal. Here are the steps to configure it:
·amalbenrebai.substack.com·
Switching columns and rows in a Power BI matrix visual with Field Parameters
Power BI Table Storage Modes and Model Types
Power BI Table Storage Modes and Model Types
I still get a lot of questions from various Power BI developers about table storage modes and how table storage modes affect an entire model’s type. Here is a post to summarize all table storage mo…
·shabnamwatson.wpcomstaging.com·
Power BI Table Storage Modes and Model Types
Dynamic Comparison values using Field Parameters - Self-Service Business Intelligence
Dynamic Comparison values using Field Parameters - Self-Service Business Intelligence
I have been reading a lot of good feedback of the Power BI May 2022 update especially and the introduction of field parameters. Do not want to go into details what it is, because the official blog post and video gives a good explanation. I would like to highlight this post from Chris Webb's about
·selfservicebi.co.uk·
Dynamic Comparison values using Field Parameters - Self-Service Business Intelligence
Merge Multiple Files With Properties
Merge Multiple Files With Properties
You want to merge multiple files with transactional data. The files are saved with the month name, yet contain no date records in the file. Here's how.
·t.co·
Merge Multiple Files With Properties
Understanding the Impact of Value Filter Behavior
Understanding the Impact of Value Filter Behavior
The October 2024 Power BI update introduces an inconspicuous yet significant preview feature: Value Filter Behavior. This feature is activated by setting a new model-level property, ValueFilterBeha…
·pbidax.wordpress.com·
Understanding the Impact of Value Filter Behavior