power query

power query

962 bookmarks
Custom sorting
View & edit Power Query M code outside of Power BI Desktop — DATA GOBLINS
View & edit Power Query M code outside of Power BI Desktop — DATA GOBLINS
Tabular Editor is not only a helpful tool for developing DAX. You can also use it to view & modify your Power Query M code, without ever opening Power BI desktop . Furthermore, there also exists a formatter for Power Query that can help you make your code easier to read & manage. He
Power_BI_tips·data-goblins.com·
View & edit Power Query M code outside of Power BI Desktop — DATA GOBLINS
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…
Power_BI_tips·blog.crossjoin.co.uk·
Chris Webb's BI Blog: The ExtAuth Trace Event In Power BI
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...
Power_BI_tips·community.powerbi.com·
Extract Domain from URLs in Power Query Language M
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 […]
Power_BI_tips·powerquery.microsoft.com·
New features for the VNet gateway
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"
Power_BI_tips·linkedin.com·
Stuck in "Evaluating..."​ a Dataverse source in Power BI? - Try this SpeedTip
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.
Power_BI_tips·ladataweb.com.ar·
LaData - Orígenes de datos
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 […]
Power_BI_tips·datachant.com·
Matrix Multiplication using the Cartesian product in Power Query - DataChant
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.
Power_BI_tips·csgpro.com·
Modularization and Iteration in M Query