power query

power query

962 bookmarks
Custom sorting
Fill down hierarchies challenge in #PowerQuery
Fill down hierarchies challenge in #PowerQuery
In today's blog post, I share the generic solutions for the Fill Down challenge that I posted here. As you recall, we had a table of backlog items with three levels of hierarchies (Scenario, Feature a…
·datachant.com·
Fill down hierarchies challenge in #PowerQuery
Handling Different Granularities In Power BI Using Slicer Groups
Handling Different Granularities In Power BI Using Slicer Groups
Reading Prathy Kamasani’s excellent blog post on Sync Slicers the other week I had a revelation: in the post Prathy shows how it is possible to sync selections between two slicers that are based on di…
·blog.crossjoin.co.uk·
Handling Different Granularities In Power BI Using Slicer Groups
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()
Business Problem: In a recent project with one of our clients, we were attempting to categorize website visit logs, based on the visitor’s landing page. The client had been maintaining a table of KeyPhrases that correspond with Categories. If the Visitor’s landing page contained the KeyPhrase, we wanted to match it
·powerpivotpro.com·
PowerQuery(M)agic: Conditional Joins using Table.SelectRows()
Query by Example to Extract YYYY-MM from a Date Column
Query by Example to Extract YYYY-MM from a Date Column
I was answering a question for a student in one of my online training courses this week. The question was, “Do you know of a way in power query to efficiently extract YYYY-MM from a Date colu…
·exceleratorbi.com.au·
Query by Example to Extract YYYY-MM from a Date Column
#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
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
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
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
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
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
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
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
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
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
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
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
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