power query

power query

962 bookmarks
Custom sorting
[PowerQuery] Call custom functions file from Github or local file
[PowerQuery] Call custom functions file from Github or local file
Hi! Today I'm going to show you how to call a power query custom function from file in edit queries. You can now create a repository of custom functions and reuse them from there. Maybe in the near future we can have our m code more organized in our organization. This post will help us get throw thi...
·community.powerbi.com·
[PowerQuery] Call custom functions file from Github or local file
Power BI: Creating an AddWeekdays function in Power Query M language
Power BI: Creating an AddWeekdays function in Power Query M language
In an earlier post, I showed how to create a function that worked out if a date was a weekday or not. In this example, I've used that function to create a more complex function that adds a number of weekdays to a given date. In Power Query, go to the Edit Queries option and … Continue reading "Power BI: Creating an AddWeekdays function in Power Query M language"
·blog.greglow.com·
Power BI: Creating an AddWeekdays function in Power Query M language
Power Query/M Optimisation: Getting The Maximum Value From A Column, Part 2
Power Query/M Optimisation: Getting The Maximum Value From A Column, Part 2
In part 1 of this series – which I strongly recommend you read before reading this post - I showed how removing columns from a table can make a dramatic improvement to the performance of certain trans…
·blog.crossjoin.co.uk·
Power Query/M Optimisation: Getting The Maximum Value From A Column, Part 2
6 ways to go bananas with Column from Examples in Power BI
6 ways to go bananas with Column from Examples in Power BI
Patrick is going bananas with these different ways that Column from Examples can help you shape your data without writing code in Power BI. This feature really helps you to be efficient! Download sample Want to download the sample report? Hit the download button below.
·guyinacube.com·
6 ways to go bananas with Column from Examples in Power BI
Tables, Numbers, Immutability And Power Query Performance
Tables, Numbers, Immutability And Power Query Performance
Following on from my last two posts on Power Query performance, I thought I would write about another trick that can make a big difference to your query execution times. It’s actually something tha…
·blog.crossjoin.co.uk·
Tables, Numbers, Immutability And Power Query Performance
Transitive Closure in Power Query
Transitive Closure in Power Query
In the last few months I have been answering dozens of users’ questions. And there were at least three or four of you with different use cases but the same nominator: I have a table with two columns From and To. And for every distinct value of the column From I want to see all nodes which I can reac...
·community.powerbi.com·
Transitive Closure in Power Query
Power Query in Microsoft Flow - Joining Tables
Power Query in Microsoft Flow - Joining Tables
In this post I will introduce one of the most powerful parts of Power Query, joining tables. Its the vlookup part of Power Query.
·hatfullofdata.blog·
Power Query in Microsoft Flow - Joining Tables
The AutoSetDefaultInitialCatalog Analysis Services Server Property
The AutoSetDefaultInitialCatalog Analysis Services Server Property
In Shabnam Watson’s recent blog post on a bug she found when trying to create a Live connection from Power BI to Analysis Services she mentioned that the AutoSetDefaultInitialCatalog server propert…
·blog.crossjoin.co.uk·
The AutoSetDefaultInitialCatalog Analysis Services Server Property
Power Query Enter Data Explained
Power Query Enter Data Explained
There are many things you do so often that you don’t think how they work. They just work and that is enough. Not today. I would like to discuss a Power Query query which is automatically generated whe…
·community.powerbi.com·
Power Query Enter Data Explained
Only Get the Last Few Periods of Data into Power BI using Power Query Filtering
Only Get the Last Few Periods of Data into Power BI using Power Query Filtering
Power BI reports can get slow if you have huge amount of data. One of the ways to speed up the performance is to get the smaller part of the data, only the part that is needed for analysis. Most of the times, a date condition is a good filter for that. You might only…
·radacad.com·
Only Get the Last Few Periods of Data into Power BI using Power Query Filtering
Power Query in Flow - Summarising the Data
Power Query in Flow - Summarising the Data
In this post I will look at the different options we have for summarising the data using grouping and pivoting with Power Query.
·hatfullofdata.blog·
Power Query in Flow - Summarising the Data
Tables in Power Query - how, when and why
Tables in Power Query - how, when and why
You should master tables in M/ Power Query, in order to become an M ninja. This post shows you all the basic concepts behind this value type.
·ssbi-blog.de·
Tables in Power Query - how, when and why
Column Quality and Distribution Features are Finally Here
Column Quality and Distribution Features are Finally Here
If you've worked with Power Query in Power BI, you've seen Column Quality and Distribution features already. Today, I've finally received it in the Insider build of Excel!
·excelguru.ca·
Column Quality and Distribution Features are Finally Here
Generate Random List of Numbers in Power BI Dataset Using Power Query
Generate Random List of Numbers in Power BI Dataset Using Power Query
I've been asked from one of my friends who were trying to create a random dataset for his presentation. There is a great and quick way that you can create a random list of numbers in Power BI using Power Query. In this short blog post, I'll explain how to create this random list. You…
·radacad.com·
Generate Random List of Numbers in Power BI Dataset Using Power Query
Power Query - Multi-step Function
Power Query - Multi-step Function
This post describes how to build a multi-step function in M using a parameter and using create function to build the function code.
·hatfullofdata.blog·
Power Query - Multi-step Function
Power Query - Custom Handwritten Function
Power Query - Custom Handwritten Function
In this post I will write a simple custom handwritten function to perform a calculation, which can then be used in your queries.
·hatfullofdata.blog·
Power Query - Custom Handwritten Function
Change the T-SQL Script of a Power BI Table without Add/Remove from the Model
Change the T-SQL Script of a Power BI Table without Add/Remove from the Model
If you have been using T-SQL queries to build the tables of your Power BI data model, you probably know what I'm talking about. Sometimes after a while using a query in the Power BI model, you might change the script and want the change to be applied in the data model. One of the…
·radacad.com·
Change the T-SQL Script of a Power BI Table without Add/Remove from the Model
Power BI And Case Sensitivity
Power BI And Case Sensitivity
Case sensitivity is one of the more confusing aspects of Power BI: while the Power Query engine is case sensitive, the main Power BI engine (that means datasets, relationships, DAX etc) is case ins…
·blog.crossjoin.co.uk·
Power BI And Case Sensitivity