Power Query

Power Query

947 bookmarks
Custom sorting
Data Privacy Settings And Data Refresh Performance In Excel And Power BI
Data Privacy Settings And Data Refresh Performance In Excel And Power BI
I have known for a long time that data privacy checks can have an impact on the performance of data refresh in Power BI and Excel, but on a recent performance tuning engagement I had the chance to obs…
·blog.crossjoin.co.uk·
Data Privacy Settings And Data Refresh Performance In Excel And Power BI
Load the Latest Version of a File in Power Query
Load the Latest Version of a File in Power Query
There are quite a few common business scenarios where you get data in the form of a file on a regular basis from some source system and you need to process these files into your Power BI reports. …
·exceleratorbi.com.au·
Load the Latest Version of a File in Power Query
Power BI And Column Order In M Queries And Dataset Tables
Power BI And Column Order In M Queries And Dataset Tables
The order of the columns in a table in a Power BI dataset doesn’t matter all that much, especially because the Fields pane in Power BI Desktop ignores the original column order and lists the column…
·blog.crossjoin.co.uk·
Power BI And Column Order In M Queries And Dataset Tables
Power Query Advanced Editor keyboard shortcuts
Power Query Advanced Editor keyboard shortcuts
Here I am showing some keyboard shortcuts in the Advanced Editor of Power Query Editor in Power BI Desktop, as well as show how to enable a mini map!
·xxlbi.com·
Power Query Advanced Editor keyboard shortcuts
Converting Multiple Items into One Row in Power Query
Converting Multiple Items into One Row in Power Query
I was working with some external data where I had a list of Australia postal codes, the challenge is that there are multiple suburbs that are part of one postal code. Below I am going to show you h…
·fourmoo.com·
Converting Multiple Items into One Row in Power Query
Credentials, Data Privacy Settings And Data Sources In Power Query/Power BI
Credentials, Data Privacy Settings And Data Sources In Power Query/Power BI
Recently I’ve been doing some more investigations into how data privacy settings work in Power BI. This is a subject I’ve blogged about in great detail already in a series of posts last year, but t…
·blog.crossjoin.co.uk·
Credentials, Data Privacy Settings And Data Sources In Power Query/Power BI
Rename Blank in a Slicer in Power BI
Rename Blank in a Slicer in Power BI
A common problem I see some people struggle with in Power BI is when a slicer contains a (Blank) record for some reason. The cause of the problem is not obvious and hence it is not clear how to fi…
·exceleratorbi.com.au·
Rename Blank in a Slicer in Power BI
Power BI Desktop: How to find the native query after query folding
Power BI Desktop: How to find the native query after query folding
Have you wondered how to find the native query in Power BI Desktop after query folding does its thing? Do you even know what query folding is? In this video, Adam looks at how you can find the query t…
·guyinacube.com·
Power BI Desktop: How to find the native query after query folding
How to Extend Your Data with Live API Calls: Adding Location from IP Address
How to Extend Your Data with Live API Calls: Adding Location from IP Address
Power BI offers fantastic ways to integrate data from online sources. Often it is useful to just use parts of that and extend your own data set with details from an online API. Here -as promised in ou…
·managility.co·
How to Extend Your Data with Live API Calls: Adding Location from IP Address
Clever Filters in Power BI / Power Query with Merge Operations
Clever Filters in Power BI / Power Query with Merge Operations
Have you ever wanted to do a specific type of filter that might be too specific to do with just the regular filter drop down or even the advanced filter operations in Excel? Let me give you an example…
·poweredsolutions.co·
Clever Filters in Power BI / Power Query with Merge Operations
Text Analytics Power BI Template - All In One
Text Analytics Power BI Template - All In One
In Chapter 12 of my book, I published detailed walkthroughs that cover Translator Text API, Sentiment Analysis, Key Phrase extraction and the detection of languages using Cognitive Services. As I worked on the chapter, I realized that it will make sense to prepare a template that will streamline all of these APIs together to address …
·datachant.com·
Text Analytics Power BI Template - All In One
Engineering Data Extracted from the Web Using Power Query | Bradley Sawler
Engineering Data Extracted from the Web Using Power Query | Bradley Sawler
Have you ever wanted to extract information from a web page to use in a calculation, or as a reference for something else you may be working on? I have Use Microsoft Excel Power Query to scrape engine…
·bradleysawler.com·
Engineering Data Extracted from the Web Using Power Query | Bradley Sawler
Multiple conditions for a conditional column in Power Query
Multiple conditions for a conditional column in Power Query
I am often working on datasets where there is more than one condition for a conditional column. And whilst the GUI based Conditional column is really good, it currently does not have the capability…
·fourmoo.com·
Multiple conditions for a conditional column in Power Query
#PowerQuery – Filter by a dynamically set of columns
#PowerQuery – Filter by a dynamically set of columns
A few days ago, I ran into a problem where I had to filter a product table by a dynamically set of columns – so in one solution it could be filtering by field x and y and in other solutions it had …
·eriksvensen.wordpress.com·
#PowerQuery – Filter by a dynamically set of columns
Extracting Header and Footer Values from Documents, Files using Power BI + Using PDF Connector
Extracting Header and Footer Values from Documents, Files using Power BI + Using PDF Connector
Have you ever had a similar situation where a REALLY important value of the file is in either a header or a footer section? Let me give you a clear example with the following file: In the image above you’ll see that we have 2 values in the header section right under the logo of …
·poweredsolutions.co·
Extracting Header and Footer Values from Documents, Files using Power BI + Using PDF Connector
Implementing Basic Query Folding On A Web Service In Power Query/M And Power BI
Implementing Basic Query Folding On A Web Service In Power Query/M And Power BI
The more advanced Power Query/M developers among you will know about query folding, the way that the Power Query engine pushes as much of the heavy-lifting of a query back to a data source. You may al…
·blog.crossjoin.co.uk·
Implementing Basic Query Folding On A Web Service In Power Query/M And Power BI
Using Function.ScalarVector() To Optimise Calls To M Functions
Using Function.ScalarVector() To Optimise Calls To M Functions
One of the most common issues faced when calling web services in M is that the the easiest way of doing so – creating a function that calls the web service, then calling the function once per row in a…
·blog.crossjoin.co.uk·
Using Function.ScalarVector() To Optimise Calls To M Functions
Preserving Context from CSV - Bonus Exercise - Chapter 5 - #PowerQuery Book - DataChant
Preserving Context from CSV - Bonus Exercise - Chapter 5 - #PowerQuery Book - DataChant
This is the second bonus exercise for my book, Collect, Combine, and Transform Data using Power Query in Excel and Power BI. In Chapter 5 you learn how to preserve context from titles in the worksheet grid after you combine multiple tables, as illustrated here: In this bonus exercise you will learn how to address a …
·datachant.com·
Preserving Context from CSV - Bonus Exercise - Chapter 5 - #PowerQuery Book - DataChant
Start of series: Programming loops with M-language in Power Query
Start of series: Programming loops with M-language in Power Query
The M-Language for Power Query and Power BI is a functional language that is foreign to the classic loop constructions of other languages. Instead, functional programming languages use recursion to repeat expressions. In the first part of this series I show you how to implement recursive functions in M and we take a look at advantages, disadvantages and alternatives of recursive functions.
·data-insights.de·
Start of series: Programming loops with M-language in Power Query
Power Query – A function to remove spaces within Text values
Power Query – A function to remove spaces within Text values
With the recent announcement of dataflows in the Power BI Service, I see more people will be looking to better understand and leverage dataflows by using the M language which is available in Power …
·fourmoo.com·
Power Query – A function to remove spaces within Text values
Fuzzy match / merging in Power BI Desktop (October 2018) | Guy in a Cube
Fuzzy match / merging in Power BI Desktop (October 2018) | Guy in a Cube
In this video, we look at the new fuzzy match / merging option within the October 2018 version of Power BI Desktop. This feature is incredibly powerful when it comes to data matching and can be adjusted to meet your needs.
·guyinacube.com·
Fuzzy match / merging in Power BI Desktop (October 2018) | Guy in a Cube