power query

power query

962 bookmarks
Custom sorting
Using the Remove Rows Function in Power Query Editor
Using the Remove Rows Function in Power Query Editor
The Power Query Editor Remove Rows function can help to prepare your data sets to create meaningful reports. Follow this tutorial to learn more.
·iterationinsights.com·
Using the Remove Rows Function in Power Query Editor
New Percentiles Transformation in Power Query Online
New Percentiles Transformation in Power Query Online
This content applies to: Power Query online There’s a new operation available for the Group By transformation in Power Query Online: percentiles. To see how it works, let’s see a simple example.  Consider the following Excel table containing information about invoices from different countries:  If you connect to this table from a Power BI or […]
·powerquery.microsoft.com·
New Percentiles Transformation in Power Query Online
New Power Query M Language keyword: catch
New Power Query M Language keyword: catch
An article on the new catch keyword added to the Power Query language for the try catch statement
·powerquery.microsoft.com·
New Power Query M Language keyword: catch
PowerBI Incremental refresh Parquet files, without a Database.
PowerBI Incremental refresh Parquet files, without a Database.
TL;DR, you can incremental refresh PowerBI using Parquet files stored in an Azure Storage without using any Database in the middle, you can download sample pbix here I am using this blog post by Gi…
·datamonkeysite.com·
PowerBI Incremental refresh Parquet files, without a Database.
1 Client ID, 1 Secret and a Bearer token in Power BI
1 Client ID, 1 Secret and a Bearer token in Power BI
Connecting to data sources in Power BI can be very easy. But when you need to call three end points to get to your data with Secrets, Client IDs and Bearer
·sharepains.com·
1 Client ID, 1 Secret and a Bearer token in Power BI
Power BI: Divison wanted - my German ‘Bezirksliga’ suggestion
Power BI: Divison wanted - my German ‘Bezirksliga’ suggestion
Hey folks, if you know me, you probably know I am very interested into playing, watching or talking about football (or “soccer”). After decades my home club finaly reached again the seventh German ‘Bezirksliga’ and a German community platform and news publisher “FuPa.net” about amateurs football was looking for suggestions how to split the league. So I decided to make my suggestion and building a Power BI report to help me and also make it visual. Today we will learn about the German football leagues, Power BI, Geocoodinates and how to calculate distances, Power BI Bookmarks, how to use custom functions and make API calls in Power BI and to get some webbrowser content using Power Automate Desktop.
·cloudkumpel.de·
Power BI: Divison wanted - my German ‘Bezirksliga’ suggestion
Generating Unicode Characters in Power Query
Generating Unicode Characters in Power Query
You may have used the UNICHAR() function in DAX to return Unicode characters in DAX measures. If you haven’t yet read Chris Webb’s blog post on the topic, I recommend you do. But did yo…
·datasavvy.me·
Generating Unicode Characters in Power Query
Sort Column Name in Power Query via M Code
Sort Column Name in Power Query via M Code
Sometimes people ask questions about how to order columns in Power query, mostly for Queries with Lots of Columns. We can reorder column Name with Drag and Drop or use Move in GUI to change the column’s order, but it is also possible to reorder via code. In this post, I will show how to Read more about Sort Column Name in Power Query via M Code[…]
·radacad.com·
Sort Column Name in Power Query via M Code
The IN Operator in M / Power Query - BI Gorilla
The IN Operator in M / Power Query - BI Gorilla
This article describes the IN operator in Power Query. It checks whether a value equals one of many and is meant to simplify your code.
·gorilla.bi·
The IN Operator in M / Power Query - BI Gorilla
Return Next Working Day in Power Query - BI Gorilla
Return Next Working Day in Power Query - BI Gorilla
Do you want to return the next working day in Power Query? There is no build in M-function for this, but this post shows how to create one yourself!
·gorilla.bi·
Return Next Working Day in Power Query - BI Gorilla
Inside Power BI - Compression and the power of Vertipaq - A random blog about Business Intelligence
Inside Power BI - Compression and the power of Vertipaq - A random blog about Business Intelligence
Vertipaq is the actual database engine used in Power BI. It is also the engine used in Analysis Services Tabular and Excel Power Pivot.One of the reasons behind Vertipaq’s great performance is due to the different compression techniques that it applies to the data. The overall purpose of the different compression techniques used is to […]
·maxwikstrom.se·
Inside Power BI - Compression and the power of Vertipaq - A random blog about Business Intelligence
Power Query Web.Contents cheat sheet walkthrough
Power Query Web.Contents cheat sheet walkthrough
Learning to consume APIs in Power BI has been a game-changer for me. As I started making my first API requests, a world of…
·blog.powp.co·
Power Query Web.Contents cheat sheet walkthrough
Query folding on native queries - Power Query
Query folding on native queries - Power Query
This article provides information on how to enable query folding against queries that use the Value.NativeQuery function.
·docs.microsoft.com·
Query folding on native queries - Power Query
Function To Audit Datasources For Query Folding
Function To Audit Datasources For Query Folding
Query FoldingQuery Folding AuditFunction 1: __QFIndicatorFunction 2: __QFAuditQuery FoldingI will assume you already know what is query folding. If you don't, please read this documentation or watch …
·flip.it·
Function To Audit Datasources For Query Folding
Dynamically Passing Parameters to a SQL Stored Procedure in Excel 365 Using Power Query - BI Insight
Dynamically Passing Parameters to a SQL Stored Procedure in Excel 365 Using Power Query - BI Insight
In September 2014, I wrote a blog post on dynamically passing parameters from PowerPivot to a SQL Server stored procedure using VBA. Back then, VBA was a real lifesaver. It perhaps still is for many of us. But frankly, I even forgot how to write VBA. Maybe it is time to look at it again. … Continue reading Dynamically Passing Parameters to a SQL Stored Procedure in Excel 365 Using Power Query
·biinsight.com·
Dynamically Passing Parameters to a SQL Stored Procedure in Excel 365 Using Power Query - BI Insight