power query

power query

962 bookmarks
Custom sorting
#PowerQuery – Control the expand columns so it includes new columns
#PowerQuery – Control the expand columns so it includes new columns
Image a scenario where your column in your PowerQuery that contains a table with a set a columns that you know at some point will have more columns added. In the case above I know that we at some p…
·eriksvensen.wordpress.com·
#PowerQuery – Control the expand columns so it includes new columns
Power Query - Function to Execute an SQL Procedure
Power Query - Function to Execute an SQL Procedure
This post describes how to create a function that executes an SQL procedure, passing in a parameter and how to avoid the security question.
·hatfullofdata.blog·
Power Query - Function to Execute an SQL Procedure
Power Query - Building functions to fetch web data
Power Query - Building functions to fetch web data
Often web based data is split across multiple pages. This post describes how to use a function to fetch web data from multiple pages by using parameters.
·hatfullofdata.blog·
Power Query - Building functions to fetch web data
Introduction To M In Power Query And Power BI
Introduction To M In Power Query And Power BI
Since last week's post proved very popular (it turns out people want video - who knew?) I thought I'd post the recording of a presentation I did earlier this year at the Power BI User Group in Welling…
·blog.crossjoin.co.uk·
Introduction To M In Power Query And Power BI
Power Query – Get Started!
Power Query – Get Started!
Power BI comes in three parts, Power Query, Modeling, and Visuals. Power Query is an essential part of data modeling. Learn about it from Gil Raviv's book.
·powerbi.tips·
Power Query – Get Started!
Why Does Power BI Query My Data Source More Than Once?
Why Does Power BI Query My Data Source More Than Once?
This week I was honoured to be a guest on the Guy In A Cube channel, and for my topic I decided to tackle one of life’s eternal questions: why does Power BI query my data source more than onc…
·blog.crossjoin.co.uk·
Why Does Power BI Query My Data Source More Than Once?
Step level error in Power BI / Power Query
Step level error in Power BI / Power Query
Learn how to create your own error message for step level errors inside of Power BI / Power Query and when to actually use them.
·poweredsolutions.co·
Step level error in Power BI / Power Query
Guest Story: Maintain a simple database with Power Query
Guest Story: Maintain a simple database with Power Query
Our guest today is Kolyu Minevski, Director, Financial Management and Reporting at Fadata Group. You can contact him here. This article will demonstrate how Power Query can be used for maintaining a simple database/register. Traditionally Power Query is perceived as a tool for data extracting, cleaning and shaping for further analysis. In this case, its …
·datachant.com·
Guest Story: Maintain a simple database with Power Query
Use Power BI to Collect Unstructured Data from the Web
Use Power BI to Collect Unstructured Data from the Web
Follow the steps in this article to learn how to scrape data from websites, structure it in tables, and use it in a Power BI report. In this example, I show how to create a Power BI calendar of eve…
·flip.it·
Use Power BI to Collect Unstructured Data from the Web
Dataflow: use of M function turns workspace into Premium capacity?
Dataflow: use of M function turns workspace into Premium capacity?
I'm trying to recreate in dataflows some PQ processes I have in Excel and Power BI, and am suprised by the fact using an M function (e.g. a call to a REST API) is bringing up a reference to "computed entities", which are limited to Power BI Premium. The same function can be called and refreshed on...
·community.powerbi.com·
Dataflow: use of M function turns workspace into Premium capacity?
Next Level Power BI – M Language Basics
Next Level Power BI – M Language Basics
This is a series of posts and exercises from a recent full-day workshop called Next Level Power BI. Check back for additional lessons and freely post your questions and feedb…
·sqlserverbi.blog·
Next Level Power BI – M Language Basics
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Parameters in Power Query are useful for many scenarios when you want to do something dynamic in the data transformation process. I have previously explained how helpful they are in creating a custom function. In this article, I am showing you another useful way of using Parameters to create dynamic datasets, that you can change…
·radacad.com·
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
#PowerQuery – Calculate the ISO date from year and a week number
#PowerQuery – Calculate the ISO date from year and a week number
Just wanted to share a M function that I just created to calculate the date from a Year and a ISO week number. The example data is the following Now the function I created can be called with the Ye…
·eriksvensen.wordpress.com·
#PowerQuery – Calculate the ISO date from year and a week number
Average Household Income Function in Power Query
Average Household Income Function in Power Query
Learn how to use the US Census API to return the average house hold income. Click here to learn how to call custom APIs in Power BI.
·powerbi.tips·
Average Household Income Function in Power Query
Pre Concatenate List of Values in Power BI using Power Query
Pre Concatenate List of Values in Power BI using Power Query
You can concatenate a list of values in Power BI in two ways; Using Power BI DAX functions such as ConcatenateX, or through Power Query. For some scenarios, there is an advantage in using Power Query to do the concatenation. In this blog article, I'll explain how this works. If you like to learn more…
·radacad.com·
Pre Concatenate List of Values in Power BI using Power Query
Remove Dynamic Number of Top Rows
Remove Dynamic Number of Top Rows
Removing the top five rows from a data set is easy in Power Query, but what do you do when you need the number of rows changes? There isn’t a built-in Remove Dynamic Number of Top Rows function. In this post we’ll look at how to set this up...
·excelguru.ca·
Remove Dynamic Number of Top Rows
How to handle custom errors in M gracefully
How to handle custom errors in M gracefully
This post shows you how to create a custom function for throwing custom error messages in your M code.
·ssbi-blog.de·
How to handle custom errors in M gracefully
Normalize multiple progress files using PowerQuery
Normalize multiple progress files using PowerQuery
A typical situation in the construction industry the progress data is sourced from multiple system with different format, generally we get two type of reports. Time stamp items My preferred one, th…
·flip.it·
Normalize multiple progress files using PowerQuery