power query

power query

962 bookmarks
Custom sorting
Correcting Source Data in Power BI - Excelerator BI
Correcting Source Data in Power BI - Excelerator BI
This article continues to build on my COVID Case Fatality Rate report for Australia. Something happened with the global source data this week – in short, it was wrong. This is a global database and I am sure there are many people diligently trying to keep the data up to [...]Read More »
·exceleratorbi.com.au·
Correcting Source Data in Power BI - Excelerator BI
Building a Metrics Store using PowerBI – Project Controls blog
Building a Metrics Store using PowerBI – Project Controls blog
was listening to this Excellent Podcast about Minerva, basically Airbnb went and built a Metrics Store which is a central tool that hold all Measures and dimensions, the idea is to have one source …
·datamonkeysite.com·
Building a Metrics Store using PowerBI – Project Controls blog
Consolidate Multiple Excel Sheets From Multiple Excel Files - Excel Unplugged
Consolidate Multiple Excel Sheets From Multiple Excel Files - Excel Unplugged
We often have our data spread out in different Excel workbooks and sheets. How do we combine all of them into one table? Let’s walk through an example. We have our data saved in a folder with three files: 2019.xlsx, 2020.xlsx, and 2021.xlsx. You can download the files here. Each file contains three sheets: AC, …
·excelunplugged.com·
Consolidate Multiple Excel Sheets From Multiple Excel Files - Excel Unplugged
Magic tables in Power BI - Data Mozart
Magic tables in Power BI - Data Mozart
Tables in your Power BI reports don't need to be old-fashioned boring visuals. Check how you can create astonishing tables for your users!
·data-mozart.com·
Magic tables in Power BI - Data Mozart
Rename Many Columns at Once in Power BI - Excelerator BI
Rename Many Columns at Once in Power BI - Excelerator BI
This is not the first time I have shared this concept.  In my previous article I showed how it is possible to add a prefix to every column in a table. This article today is slightly different. Today I am removing text from multiple columns all at once using some [...]Read More »
·exceleratorbi.com.au·
Rename Many Columns at Once in Power BI - Excelerator BI
Rename Many Columns at Once in Power BI
Rename Many Columns at Once in Power BI
This is not the first time I have shared this concept. In my previous article I showed how it is possible to add a prefix to every column in a table. This article today is slightly different. Today I am removing text from multiple columns all at once using some [...]
·flip.it·
Rename Many Columns at Once in Power BI
Handling Excel Formula Errors in Power Query
Handling Excel Formula Errors in Power Query
Earlier this month I published a new and very practical Power BI app on Microsoft AppSource. The app audits Excel workbooks and detects changes and errors. To implement the app I needed to resolve key obstacles that are very common when you import Excel workbooks using Power Query. How do you import the data from […]
·datachant.com·
Handling Excel Formula Errors in Power Query
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Sample Table In the following scenario, I would like to insert a sum row for each 5 days as an example.   Method 1      let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("bdBLCsAgDATQu7iWkon1dxbx/tdoAqWQjrh7yiTjWklFcdlJOUEk7fyRGtUgxaQHuU1GkGrSgjR60yl5+HgEmhRk9/8k+N4z...
·community.powerbi.com·
Power Query: Insert Sum Rows for Dynamic Periods - Microsoft Power BI Community
Some filter operations based on character function... - Microsoft Power BI Community
Some filter operations based on character function... - Microsoft Power BI Community
Usage scenarios: Sample data table:   #1. Check field if they existed English characters.(upper: 65 ~ 90, lower: 97 ~ 122)   Create a list of all English characters. List.Transform(List.Union({{65..90},{97..122}}),each Character.FromNumber(_))​ Add a custom column with function to compare each cha...
·community.powerbi.com·
Some filter operations based on character function... - Microsoft Power BI Community
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
There are some cases that we want to add a leading zero to a digit, such as showing 01 instead of 1, 02 instead of 2 and so on. We have two options to do this in Power BI, doing it in Power Query or doing it with DAX. Adding a Leading Zero in Power … Continue reading Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query
·biinsight.com·
Quick Tips: Adding Leading Zero to Integer Values (Padding) with DAX and Power Query