Power Query

Power Query

947 bookmarks
Custom sorting
Invoking M Functions In Parallel Using List.ParallelInvoke()
Invoking M Functions In Parallel Using List.ParallelInvoke()
I was looking at the list of M functions supported in custom connectors and not in Power BI Desktop (using the technique I blogged about here) in the latest version of the Power Query SDK when I came …
·blog.crossjoin.co.uk·
Invoking M Functions In Parallel Using List.ParallelInvoke()
SumProduct
SumProduct
·sumproduct.com·
SumProduct
Power Query M Primer (Part 9): Types—Logical, Null, Binary
Power Query M Primer (Part 9): Types—Logical, Null, Binary
Time to finish up our exploration of primitive, single-value holding types! We’ll learn about handling true and false, explore the oxymoron of null (a value that represents the absence of a value) and…
·bengribaudo.com·
Power Query M Primer (Part 9): Types—Logical, Null, Binary
Query Folding in Power Query to Improve Performance
Query Folding in Power Query to Improve Performance
Power Query, an Excel add-in from the Power BI family, allows you to extract and manipulate data from various sources. When you define transformations on the data, it is possible that those transformations are sent back to the source, in order to improve
·mssqltips.com·
Query Folding in Power Query to Improve Performance
#PowerQuery – Change the Column name to the index of the column
#PowerQuery – Change the Column name to the index of the column
Inspired by Ruth Pozuelo from Curbal latest video - https://www.youtube.com/watch?v=jlogBrcYZwc&t=2s where she shows an excellent tip on how to change column headers to upper or proper case – And the …
·eriksvensen.wordpress.com·
#PowerQuery – Change the Column name to the index of the column
Querying Elasticsearch with PowerBI
Querying Elasticsearch with PowerBI
PowerBI doesn't have a connector for Elasticsearch, but by using the Web connector with the Elasticsearch REST API you can easily combine the two
·blog.sixeyed.com·
Querying Elasticsearch with PowerBI
How Query Folding Works
How Query Folding Works
Level: Beginners Power Query is a product that allows business users to extract data from any source, cleanse and transform that data, and then load the modified data to a new location, typically i…
·exceleratorbi.com.au·
How Query Folding Works
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 engineering data from web sites that contain unstructured data to be used in your next calculation or report.
·flip.it·
Engineering Data Extracted from the Web Using Power Query | Bradley Sawler
Using Html.Table() To Extract URLs From A Web Page In Power BI/Power Query M
Using Html.Table() To Extract URLs From A Web Page In Power BI/Power Query M
Last year I blogged about how to use the Text.BetweenDelimiters() function to extract all the links from the href attributes in the source of a web page. The code was reasonably simple but there’s …
·blog.crossjoin.co.uk·
Using Html.Table() To Extract URLs From A Web Page In Power BI/Power Query M
Speed/Performance aspects – The BIccountant
Speed/Performance aspects – The BIccountant
This is a collection of tips how to improve performance of your M-queries. It will be updated continuously. Disable background refresh I turn this off in general. It slows down many (…) Read more
·thebiccountant.com·
Speed/Performance aspects – The BIccountant
Extracting Complex Data from Websites
Extracting Complex Data from Websites
I decided to extract the number of views from the website. The problem however is that the information is non-tabular data. But no worries, I used Power Query to extract the required data using a few of my tricks that I have developed and learnt over the last few years.
·exceleratorbi.com.au·
Extracting Complex Data from Websites
How to do a real VLOOKUP (false) in Power Query or Power BI – The BIccountant
How to do a real VLOOKUP (false) in Power Query or Power BI – The BIccountant
When you merge tables with distinct keys in Power Query you will get the same result than the VLOOKUP-function in Excel returns. But how to retrieve only the result of the first row, if the lookup-table has multiple rows with the same key?
·thebiccountant.com·
How to do a real VLOOKUP (false) in Power Query or Power BI – The BIccountant
Data Profiling with Power Query
Data Profiling with Power Query
Did you know that you can use Power Query as a data profiling tool? While the great majority of Power Query (M) functions are centered around accessing data sources and implementing transformations…
·insightsquest.com·
Data Profiling with Power Query
Getting started with LibPQ
Getting started with LibPQ
This is a step by step guide to getting started with LibPQ, an illustrated version of
·potyarkin.ml·
Getting started with LibPQ
Loops in Power Query M language
Loops in Power Query M language
Power Query Formula Language (also known as M language) is sometimes difficult to get your head around. This article explains how...
·potyarkin.ml·
Loops in Power Query M language
Power BI – Time Dimension
Power BI – Time Dimension
Another quick blog post today! I built a Power BI report over the long weekend using data from the Community Shield game on Sunday. I will use this report to demo some of the new features in Power BI …
·feathersanalytics.com·
Power BI – Time Dimension
Data type conversion in custom columns
Data type conversion in custom columns
You probably know that you can manually set data type for custom column created in Power Query with help of Table.AddColumn function (using 4th argument). Rick de Groot has recently published a goo…
·excel.city·
Data type conversion in custom columns
Power Query Challenge #2 Results - The Ken Puls (Excelguru) Blog
Power Query Challenge #2 Results - The Ken Puls (Excelguru) Blog
What an overwhelming response to Power Query Challenge #2! We had 40 submissions, and some with multiple entries in a single submission. Plainly you all enjoyed this! Naturally, there were a couple of submissions that involved custom functions, and a … Continue reading →
·excelguru.ca·
Power Query Challenge #2 Results - The Ken Puls (Excelguru) Blog