Power Query

Power Query

947 bookmarks
Custom sorting
Import Email Attachments Directly Into a Power BI Report using Power Query
Import Email Attachments Directly Into a Power BI Report using Power Query
Power Query has more than 80 data sources supported, and Microsoft Exchange is one of those data sources. Although it is not a new data source, however, the power of this data source combined with the…
·radacad.com·
Import Email Attachments Directly Into a Power BI Report using Power Query
Combine or Append Data: Combining Excel Files
Combine or Append Data: Combining Excel Files
A practical example on how to properly combine / consolidate / append Excel Files stored in a Folder using Power BI / Power Query.
·poweredsolutions.co·
Combine or Append Data: Combining Excel Files
Data Profiling in Power BI (Power BI Update April 2019)
Data Profiling in Power BI (Power BI Update April 2019)
As per the April 2019 update, Microsoft has introduced a data profiling capability in Power BI desktop. Data profiling helps us easily find the issues with our imported data from data sources in to Po…
·community.powerbi.com·
Data Profiling in Power BI (Power BI Update April 2019)
Power Query Memory Usage, Dataflow Container Size And Refresh Performance
Power Query Memory Usage, Dataflow Container Size And Refresh Performance
When Power BI dataflows were officially released a few weeks ago there was a new setting for Premium capacities mentioned briefly in the announcement blog post: Container Size. The blog post only says…
·blog.crossjoin.co.uk·
Power Query Memory Usage, Dataflow Container Size And Refresh Performance
Combine or Append Data: Combining Flat Files
Combine or Append Data: Combining Flat Files
A practical example on how to combine flat files (like csv, txt and other extensions) using Power BI / Power Query using the From Folder experience.
·poweredsolutions.co·
Combine or Append Data: Combining Flat Files
Pimp the dataflows connector in Power BI
Pimp the dataflows connector in Power BI
Re-assign your dataflows connections without rebuilding your dataflow? Pimp the dataflow connector in Power BI to make it easier to switch! Read all about it in my blog!
·data-marc.com·
Pimp the dataflows connector in Power BI
Table.Buffer() Does Not Buffer Nested Values
Table.Buffer() Does Not Buffer Nested Values
Here’s yet another entry in the list of useful things I learned from Ehren von Lehe on the Power Query MSDN forum: Table.Buffer() does not buffer nested table, record or list values inside the cells o…
·blog.crossjoin.co.uk·
Table.Buffer() Does Not Buffer Nested Values
Power Query – How to extract data before and after delimiters
Power Query – How to extract data before and after delimiters
I had a requirement where I wanted to extract the data before and after the data as shown below. In order to do this, I created the following Custom Column with the syntax below. I did try and use the…
·fourmoo.com·
Power Query – How to extract data before and after delimiters
parameters-dataflows-power-bi-service-power-query-powerbi
parameters-dataflows-power-bi-service-power-query-powerbi
I'll get to parameters for dataflows in a bit. To begin, let's talk about dataflows. Dataflows are Power Query queries that live outside of Power BI reports and can be refreshed on a schedule within Power BI service. They are available for Pro and Premium users. Adam Saxton (from Guy in a Cube) has a great intro
·powerpivotpro.com·
parameters-dataflows-power-bi-service-power-query-powerbi
Join types in Power Query - SEE how it works
Join types in Power Query - SEE how it works
This article describes how the Join types in Power Query work in a visually animated way that makes it easier for beginners to understand.
·ssbi-blog.de·
Join types in Power Query - SEE how it works
Creating a Shared Dimension in Power BI Using Power Query: Basics and Foundations of Modeling
Creating a Shared Dimension in Power BI Using Power Query: Basics and Foundations of Modeling
For a data warehouse professional, a shared dimension concept is always clear, and a star schema design always includes such type of entity. However, in the Power BI user's world, there are many users who are not coming from a data warehousing background. It is necessary to understand some of the concepts in order to…
·radacad.com·
Creating a Shared Dimension in Power BI Using Power Query: Basics and Foundations of Modeling
Use Power BI Web From Example over multiple URLs
Use Power BI Web From Example over multiple URLs
Wil Reynolds asked an awesome question about how to use multiple URLs with the web from example Power BI feature. The magic is with Power Query functions and parameters. Patrick has you covered!
·guyinacube.com·
Use Power BI Web From Example over multiple URLs
Part 2: Programming "Do-Loop" loops with List-Generate() in M for Power Query
Part 2: Programming "Do-Loop" loops with List-Generate() in M for Power Query
In the first part of the series we basically dealt with the possibility of programming loops similar to those of other programming languages. We looked at the concept of recursive functions in M for Power Query and Power BI. In this part I would like to show you an alternative way to overcome the performance issues of conventional recursive functions in M. The function List.Generate()...
·data-insights.de·
Part 2: Programming "Do-Loop" loops with List-Generate() in M for Power Query
Part 3: Programming "For-Next"-Loops using List.Accumulate() in M for Power Query
Part 3: Programming "For-Next"-Loops using List.Accumulate() in M for Power Query
In the first two parts of the series "Programming Loops in M" we dealt with the basic possibility of creating loop constructs in M for Power Query and Power BI with the help of recursive functions or the function List.Generate(). In the last part of the series I would like to introduce you to a function with which you are able to create the "For-Next"-loop type in M. The function List.Accumulate().
·data-insights.de·
Part 3: Programming "For-Next"-Loops using List.Accumulate() in M for Power Query
Parameter Tables in Power BI / Power Query
Parameter Tables in Power BI / Power Query
How, why and when to create your own Parameter Tables and the options that you have when trying to create one in Power BI / Power Query.
·poweredsolutions.co·
Parameter Tables in Power BI / Power Query
#PowerQuery – Replicate doing an Excel VLOOKUP in M
#PowerQuery – Replicate doing an Excel VLOOKUP in M
Power Query has a lot of built in functions, but it doesn’t have a function that exactly matches the VLOOKUP in Excel – but by using the M language and other M functions we can certainly repl…
·eriksvensen.wordpress.com·
#PowerQuery – Replicate doing an Excel VLOOKUP in M