power query

power query

962 bookmarks
Custom sorting
Json Transformations - Microsoft Power BI Community
Json Transformations - Microsoft Power BI Community
Scenario: In Power BI Desktop, when we connect to a .json file, power query editor will transform it automatically if its structure is single. Sample data1: Output in power query: From the APPLIED STEPS we can find that power query editor expands all columns automatically to get this result table....
Power_BI_tips·community.powerbi.com·
Json Transformations - Microsoft Power BI Community
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
Scenario:     In this scenario, the column [City] in my table has some dirty data with some space and case errors. It's also a mixture of abbreviations and full names of the cities. I want to find a way to unify the value of the column ‘City’ into the abbreviation of the cities, and merge this abbr...
Power_BI_tips·community.powerbi.com·
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
Using Power Query for Data Sampling
Using Power Query for Data Sampling
The other day I was facing an interesting question "How can I randomly draw ten records from the top 50 for each group using Power Query?" As you may guess, this article also contains the answer.
Power_BI_tips·minceddata.info·
Using Power Query for Data Sampling
Chris Webb's BI Blog: Speed Up Power Query In Power BI Desktop By Increasing Or Decreasing The Number Of Evaluation Containers Chris Webb's BI Blog
Chris Webb's BI Blog: Speed Up Power Query In Power BI Desktop By Increasing Or Decreasing The Number Of Evaluation Containers Chris Webb's BI Blog
Last week I showed how the new MaxEvaluationWorkingSetInMB registry setting could increase the performance of memory-hungry Power Query queries in Power BI Desktop. In this post I’ll show how…
Power_BI_tips·blog.crossjoin.co.uk·
Chris Webb's BI Blog: Speed Up Power Query In Power BI Desktop By Increasing Or Decreasing The Number Of Evaluation Containers Chris Webb's BI Blog
Office Scripts is now generally available in Excel for the web
Office Scripts is now generally available in Excel for the web
We are happy to announce that Office Scripts in Excel for the web is now generally available for all eligible users!   What is Office Scripts? Office Scripts is an automation feature-set in Excel for the web that allows users with all levels of programming experience to automate their repetitive wo...
Power_BI_tips·techcommunity.microsoft.com·
Office Scripts is now generally available in Excel for the web
With Reza Rad on Data Quality Automation
With Reza Rad on Data Quality Automation
I had the pleasure speaking with Reza Rad on his YouTube live session. Watch out the recording and learn how to harness Power Query and dataflows as a low-code data quality solution and use my Dataflow Snapshots Analysis app.
Power_BI_tips·datachant.com·
With Reza Rad on Data Quality Automation
Exponential Moving Average in Power Query (EMA) - Microsoft Power BI Community
Exponential Moving Average in Power Query (EMA) - Microsoft Power BI Community
An exponential moving average (EMA) is a type of moving average (MA) that gives a higher weight and importance on the latest data points. An exponentially weighted moving average responds more greatly to recent price changes than a simple moving average (SMA), which uses an equal weight to all obser...
Power_BI_tips·community.powerbi.com·
Exponential Moving Average in Power Query (EMA) - Microsoft Power BI Community
Automatically remove empty columns and rows from a table in Power BI
Automatically remove empty columns and rows from a table in Power BI
Hi again. This is Maya (you can find me on Linkedin here), with my second post on DataChant: a revision of a previous tutorial. Removing empty rows or columns from tables is a very common challenge of data-cleaning. The tutorial in mention, which happens to be one of our most popular tutorials on DataChant, addressed […]
Power_BI_tips·datachant.com·
Automatically remove empty columns and rows from a table in Power BI
Convert “Column1” to “A”
Convert “Column1” to “A”
I admit that the technique I will share with you in this post may not have many use-cases, but it was a crucial component for the Excel Compare Power BI app that we released on AppSource earlier this week, and you can consider reading this post as a technical challenge to evaluate your Power Query […]
Power_BI_tips·datachant.com·
Convert “Column1” to “A”
Excel Compare: Audit your workbooks
Excel Compare: Audit your workbooks
Do you need to detect changes or errors between two revisions of mission-critical Excel workbooks? We have just released our 10th app on AppSource that can help you achieve it. Excel Compare (available on AppSource here) is a free Power BI app that compares two Excel files of your choosing and detects differences and errors […]
Power_BI_tips·datachant.com·
Excel Compare: Audit your workbooks
Custom functions and complex return types in Power Query | Gerhard Brueckl on BI & Data
Custom functions and complex return types in Power Query | Gerhard Brueckl on BI & Data
When working with Power Query, you have probably already realized that every expression you write returns a value of a specific type. Usually this will be a primitive type like text, number, or date. (A full list of types available in Power Query can be found here: https://docs.microsoft.com/en-us/powerquery-m/m-spec-types). If for some reason the type of…
Power_BI_tips·blog.gbrueckl.at·
Custom functions and complex return types in Power Query | Gerhard Brueckl on BI & Data