Power Query

Power Query

947 bookmarks
Custom sorting
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
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.
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
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
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
Modularization and Iteration in M Query
Modularization and Iteration in M Query
Here is a real-world M Query scenario recently implemented for a client who has signed contracts in PDF format that offers incentives for sales.
·csgpro.com·
Modularization and Iteration in M Query
Matrix Multiplication using the Cartesian product in Power Query - DataChant
Matrix Multiplication using the Cartesian product in Power Query - DataChant
Guest Author: Henk-Jan van Well As a follow up to two older Matrix Multiplication posts here and here, I would like to share with you an alternative query for matrix multiplication using the Cartesian product-functionality within Power Query. This post was contributed by guest author Henk-Jan van Well.  When reading through Gil’s book I got […]
·datachant.com·
Matrix Multiplication using the Cartesian product in Power Query - DataChant
LaData - Orígenes de datos
LaData - Orígenes de datos
¿Queres saber sobre los orígenes de datos que utiliza LaData para realizar sus informes? Power Bi Córdoba, Argentina.
·ladataweb.com.ar·
LaData - Orígenes de datos
Stuck in "Evaluating..."​ a Dataverse source in Power BI? - Try this SpeedTip
Stuck in "Evaluating..."​ a Dataverse source in Power BI? - Try this SpeedTip
TL;DR - If you're using the Dataverse connector (née "CommonDataService") in PowerQuery/Power BI, try adding the [CreateNavigationProperties=false] as a hint to dramatically speed up the "Evaluation" stage of a data import / refresh. (Note: This only is appropriate as long as you're not "expanding"
·linkedin.com·
Stuck in "Evaluating..."​ a Dataverse source in Power BI? - Try this SpeedTip
New features for the VNet gateway
New features for the VNet gateway
This content applies to: Power Query Online Power BI datasets We are excited to announce three new features for the VNet data Gateway! New capability to create VNet data gateway clusters. You can use a cluster of virtual network data gateways to load balance the queries executing on the cluster and to avoid a single […]
·powerquery.microsoft.com·
New features for the VNet gateway
Tableau vs PowerBI behavior in Direct Query Mode , Result Cache
Tableau vs PowerBI behavior in Direct Query Mode , Result Cache
I was intrigued why Tableau and PowerBI have a different behavior when operating in a Direct Query Mode ( Tableau call it Live Mode), I always assumed it is just a driver difference, but it seems i…
·datamonkeysite.com·
Tableau vs PowerBI behavior in Direct Query Mode , Result Cache
Extract Any Step in Power Query - Goodly
Extract Any Step in Power Query - Goodly
Learn to extract any step in Power Query. How to extract any single step in Power Query. Extract a step from the middle in Power Query.
·goodly.co.in·
Extract Any Step in Power Query - Goodly
Solving the Query - Pivot Edition - P3 Adaptive
Solving the Query - Pivot Edition - P3 Adaptive
Recently, we hosted Allision Kennedy on the Raw Data by P3 Adaptive Podcast. During the course of the conversation, our co-host Thomas LaRock expressed
·p3adaptive.com·
Solving the Query - Pivot Edition - P3 Adaptive
Extract Domain from URLs in Power Query Language M
Extract Domain from URLs in Power Query Language M
Use Case - Sometimes there will be a need to extract domain names from given URLs. Hence http://www.microsoft.com should give microsoft. Below are some sample cases and the results expected.   Exclusion - Subdomains are excluded from the scope of this. Hence, https://powerbi.microsoft.com which has...
·community.powerbi.com·
Extract Domain from URLs in Power Query Language M
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
When you’re looking at the Log Analytics data for your Power BI Premium dataset, or studying a Profiler trace, you may see a command called ExtAuth in the OperationDetailName column: It is do…
·blog.crossjoin.co.uk·
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI