power query

power query

962 bookmarks
Custom sorting
Improved Web Scraping Experience - Powered Solutions
Improved Web Scraping Experience - Powered Solutions
A lot of things have happened in the last couple of days. I’m for the first time in my life in Seattle spending some quality time with people that I’ve never met in my life other than through the power of the internet. It’s a nice feeling to finally put a face to a name …
·poweredsolutions.co·
Improved Web Scraping Experience - Powered Solutions
Power Query (M)agic - Using Power Query to Transform and Combine Online StatsCan Data - PowerPivotPro
Power Query (M)agic - Using Power Query to Transform and Combine Online StatsCan Data - PowerPivotPro
Intro Power Query (aka “Get and Transform” in Excel, aka the “Query Editor” in Power BI Desktop) is a powerful ETL tool, more powerful than you might expect from something native to Excel (also a native part of the free software Power BI Desktop). The example in this article is a bit anachronistic (I did it this way
·powerpivotpro.com·
Power Query (M)agic - Using Power Query to Transform and Combine Online StatsCan Data - PowerPivotPro
Comparing The Performance Of CSV And Excel Data Sources In Power Query
Comparing The Performance Of CSV And Excel Data Sources In Power Query
My posts from two weeks ago (see here and here) on using Process Monitor to troubleshoot the performance of Power Query queries made me wonder about another question: how does the performance of re…
·blog.crossjoin.co.uk·
Comparing The Performance Of CSV And Excel Data Sources In Power Query
Power Query (M)agic - Nested Calculations in Power Query – Finance Application - PowerPivotPro
Power Query (M)agic - Nested Calculations in Power Query – Finance Application - PowerPivotPro
One of the most powerful features (and there are lots) that I’ve found about Power Query is the ability to hold an entire table in a single cell. Once I’ve got a table in a cell, then I can start performing some magic otherwise impossible in the pre-Modern Excel universe. You can download the .pbix and .xlsx formats
·powerpivotpro.com·
Power Query (M)agic - Nested Calculations in Power Query – Finance Application - PowerPivotPro
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
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 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
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
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
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
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
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
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
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
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
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