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
Chris Webb's BI Blog: Three New Power BI/Power Query Books Chris Webb's BI Blog
I decided to stop writing book reviews here on my blog a long time ago: it’s a lot of work to read a book and write a proper, detailed review and what’s more I don’t like the idea…
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 ...
Chris Webb's BI Blog: Preserving Data Types With SQL Queries In Power Query And Power BI Chris Webb's BI Blog
My post earlier this year on enabling query folding when using SQL queries as a data source in Power Query provoked a lot of interest. This post adds one more useful detail: how to preserve the ori…
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...
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...
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 […]
Chris Webb's BI Blog: How Query Folding And The New Power BI Dataflows Connector Can Help Dataset Refresh Performance
You may have noticed that a new dataflows connector was announced in the August 2021 release of Power BI Desktop, and that it now supports query folding between a dataset and a dataflow – whi…
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 [...]
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 »
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, …
Power BI - Solution to 'This dataset includes a dynamic data source ... this dataset won't be refreshed.'
I’m pulling data from GitHub Codeowners into a Power BI report. All was dandy locally, but refresh failed on the PBI service with this:This dataset includes a dynamic data source. Since dynamic data sources aren’t