Power Query

Power Query

947 bookmarks
Custom sorting
Reading Zip files in PowerQuery / M
Reading Zip files in PowerQuery / M
Being a fan of PowerBI, I recently looked for a way to read zip files directly into the Data Model, and found this blog which showed a usab...
·sql10.blogspot.sg·
Reading Zip files in PowerQuery / M
Power Query M Technical Notes
Power Query M Technical Notes
Thoughts on data analysis, programming, and statistics, with an emphasis on R, JavaScript, Power Query, Azure, and Power BI
·tonymcgovern.com·
Power Query M Technical Notes
Comparing 'null' values in Power Query | Excel Inside
Comparing 'null' values in Power Query | Excel Inside
Recently I needed to do the very simple thing in Power Query. I have the column of numbers and need to check if the values in this column are less than N and then put a corresponding text value in the new column. The function for the new column is something like this: Actually some values are not a numbers but nulls: Data contains nulls and comparison return an error And this simple calculation returns an error for these values! Why? There is the catch, which is hidden in the depth of documentation (actually on the page 67 of the "Power Query Formula Language Specification (October 2016)" P...
·excel-inside.pro·
Comparing 'null' values in Power Query | Excel Inside
Time your Power Queries – #powerbi #powerquery
Time your Power Queries – #powerbi #powerquery
Sometimes your power queries can get quite heavy and you might need to optimize the steps in your query but how can you calculate the time it takes for your query to load. Wouldn't it be nice if you c…
·eriksvensen.wordpress.com·
Time your Power Queries – #powerbi #powerquery
Power Query – Renaming Multiple Columns
Power Query – Renaming Multiple Columns
I was working on a dataset where I wanted to change multiple column names using one step and not having to change them manually. Since there were over 30 columns this would be really time consuming…
·fourmoo.com·
Power Query – Renaming Multiple Columns
Automatic Detection of Column Types in #PowerQuery - DataChant
Automatic Detection of Column Types in #PowerQuery - DataChant
Working with column types can be challenging in Power Query. The default conversion of types may not always work well for you, and may create future refresh errors, when the column names change. I have blogged about it in details here, and usually recommend to use explicit type conversion, and remove the automatic Changed Type detection …
·datachant.com·
Automatic Detection of Column Types in #PowerQuery - DataChant
New Web Scraping experience in Power BI / Power Query (Using CSS Selectors) - Powered Solutions
New Web Scraping experience in Power BI / Power Query (Using CSS Selectors) - Powered Solutions
The latest version of Power BI Desktop came out with a new Web Connector specifically designed for Web Scraping Scenarios. in this blog post I’ll try to go deep into how this new experience works and how you can take advantage of it. Before we move forward, you’re gonna need the latest version of Power …
·poweredsolutions.co·
New Web Scraping experience in Power BI / Power Query (Using CSS Selectors) - Powered Solutions
PowerQuery(M)agic: Advance Folder Combine - PowerPivotPro
PowerQuery(M)agic: Advance Folder Combine - PowerPivotPro
What an amazing year 2018 has started out to be! Joining the PowerPivotPro team was an aspiration of mine that started in the Fall of 2013… I wanted to BE a part of this team and this community – to be able to share what I have personally experienced and what I have learned about using PowerPivot In Excel and Power
·powerpivotpro.com·
PowerQuery(M)agic: Advance Folder Combine - PowerPivotPro
#PowerQuery – Replace Values in one column with the value in another column
#PowerQuery – Replace Values in one column with the value in another column
Just wanted to share a method in Power Query that might also help you. Today I had a table where the column contained information about both the parent element and child element In the example the …
·eriksvensen.wordpress.com·
#PowerQuery – Replace Values in one column with the value in another column
Navigating Tabular Tables - Previous Row
Navigating Tabular Tables - Previous Row
This article is the starting point of a series of articles that demonstrates how to navigate through tables inside a Tabular Model, from Microsoft Analysis Services Tabular, Power Pivot or Power BI using DAX
·minceddata.info·
Navigating Tabular Tables - Previous Row
Power Query (M)agic: Super SubVars
Power Query (M)agic: Super SubVars
The Challenge I love the idea behind Power Query (M)agic. These posts let Power Query users learn and share best practices (tips & tricks) that solve real problems. Query management comes up a lot. Wh…
·powerpivotpro.com·
Power Query (M)agic: Super SubVars
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
The draft of my book is almost ready (I even have few Excel formulas that are showing me, that I have already wrote 93% of the books, and a total of 359 draft pages so far). This weekend, after finishing 44 pages on M, I wanted to share with you, in this post, a 3-page …
·datachant.com·
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
What is a “Navigation” step in Power Query? When using Power Query, you might’ve come across a step that reads “Navigation” and is usually automatically created for you by Power Query, but…what does it do? Well, if we look at the code that it was created for the Navigation step, it reads: = Source{[Item=”SalesTable”,Kind=”Table”]}[Data] It …
·poweredsolutions.co·
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
Power BI: M Query Basics (Part 1)
Power BI: M Query Basics (Part 1)
When you work with Power BI, you'll find that there are two languages to work with: DAX and M. Since most of the M query that you will regul...
·ladyruna.blogspot.com·
Power BI: M Query Basics (Part 1)
Custom M function: GetTableOfDateAndDateTime
Custom M function: GetTableOfDateAndDateTime
My custom M function GetTableOfDateAndDateTime() makes it really easy to create tables of date or datetime values for your work with Power Query in Excel or Power BI Desktop.
·ssbi-blog.de·
Custom M function: GetTableOfDateAndDateTime