Power Query

Power Query

947 bookmarks
Custom sorting
Sam Fischer on LinkedIn: #PowerQuery #PowerBI | 19 comments
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
·linkedin.com·
Sam Fischer on LinkedIn: #PowerQuery #PowerBI | 19 comments
Batch conversion of headers and column values - Microsoft Power BI Community
Batch conversion of headers and column values - Microsoft Power BI Community
Scenario: Suppose I have many columns which both column names and fields look untidy.  I want to do some transformations for them in batches. For example, replace multiple spaces as single space and uppercase each first character of word so that the table would look neater.   Sample data: Expected ...
·community.powerbi.com·
Batch conversion of headers and column values - 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
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
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
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
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
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
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