power query

power query

962 bookmarks
Custom sorting
Masking Data in Power BI
Masking Data in Power BI
This post addresses common scenarios I have encountered where clients require data to be masked in certain ways in reporting. Most often this is to prevent exposing a competitors’ data when s…
tommypuglia·tenfingerseddy.wordpress.com·
Masking Data in Power BI
One Hot Encoding in Power BI - Ben's Blog
One Hot Encoding in Power BI - Ben's Blog
In a recent post where I described how to implement multiple linear regression in Power BI, I had to perform one hot encoding to make my categorical variable usable by the model. So I decided to make another short post to explain what is hot encoding and how to implement it in Power BI using Power Query. Why do need to perform Hot Encoding? In machine learning or statistical algorithms, many models require to have only numerical input variables. So...p class="read-more"a class="btn btn-default" href="https://datakuity.com/2023/03/15/one-hot-encoding-in-power-bi/" Read Morespan class="screen-reader-text" Read More/span/a/p
tommypuglia·datakuity.com·
One Hot Encoding in Power BI - Ben's Blog
Power BI dataflows: a Deep Dive into Incremental Refresh & the Enhanced Compute Engine
Power BI dataflows: a Deep Dive into Incremental Refresh & the Enhanced Compute Engine
In this blog post I will share with you how to effectively leverage the performance boosting functionalities available in dataflows when preparing large volumes of data. I have found there are two key components that are critical for developing efficient dataflows: Enhanced Compute Engine – loads data into a temporary SQL cache and enables Power Query to leverage query folding. Incremental refresh – partitions your data into smaller chunks to refresh only what you need. Focusing on these two com
tommypuglia·datalineo.com·
Power BI dataflows: a Deep Dive into Incremental Refresh & the Enhanced Compute Engine
Lazy, Streamed, Immutable: Try Building a Table
Lazy, Streamed, Immutable: Try Building a Table
Lazy evaluation, streaming and immutability are key Power Query concepts which must be understood to truly grasp how Power Query “thinks.” Want to test your understanding in these foundational areas—and try to grow it—by tackling an assignment?!Your TaskCode up a single row table containing the follo
tommypuglia·flip.it·
Lazy, Streamed, Immutable: Try Building a Table
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
There’s only one rule. Don’t break the fold! Before we start enforcing all these rules, we should start with something like a solid foundation of what does and doesn’t fold in Power Query and their SQL equivalents. Now, if you found this page and we’re like “what in the world is query folding?” read this […]
tommypuglia·itsnotaboutthecell.com·
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
Getting Crazy with the Power Query UI - Guy in a Cube
Getting Crazy with the Power Query UI - Guy in a Cube
Using Merge statements? Alex shows you how that can break the fold in Power Query! He’s got you covered though and shows you a different way to approach it to make folding work! Using the UI! Alex Powers: https://twitter.com/notaboutthecell https://www.linkedin.com/in/alexmpowers/ https://itsnotaboutthecell.com/
tommypuglia·guyinacube.com·
Getting Crazy with the Power Query UI - Guy in a Cube
The Environment concept in M for Power Query and Power BI Desktop
The Environment concept in M for Power Query and Power BI Desktop
The environment concept (in our opinion) is one of the most important concepts in M, while it is one of the least obvious ones. This series of posts is written in collaboration with Imke Feldmann from thebiccountant.com Part 1 – Introduction Part 2 – Environments in single nested records and let-expressions Part 3 – Global and local environments and […]
tommypuglia·ssbi-blog.de·
The Environment concept in M for Power Query and Power BI Desktop
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
There’s only one rule. Don’t break the fold! Before we start enforcing all these rules, we should start with something like a solid foundation of what does and doesn’t fold in Power Query and their SQL equivalents. Now, if you found this page and we’re like “what in the world is query folding?” read this […]
·itsnotaboutthecell.com·
The (Almost) Definitive Guide to Query Folding - It's Not About The Cell
Implement Native Query support in your Power Query Custom Connectors
Implement Native Query support in your Power Query Custom Connectors
We’ve just released support for implementing native query support in your own Power Query custom connectors through the use of the Power Query SDK. This new support allows Power Query connector developers to implement support in their connectors to enter a native query that can run against their data sources through the use of the […]
tommypuglia·powerquery.microsoft.com·
Implement Native Query support in your Power Query Custom Connectors