power query

power query

962 bookmarks
Custom sorting
Create Your Own Data Types in Power BI - Excel Unplugged
Create Your Own Data Types in Power BI - Excel Unplugged
Let's see how to create your own data types in Power BI! This is a follow up of Part 1, where we learned how it's done in Power Query.
·excelunplugged.com·
Create Your Own Data Types in Power BI - Excel Unplugged
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
·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…
·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...
·community.powerbi.com·
Extract Domain from URLs in Power Query Language M
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 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
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
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
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
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
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
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