15th April 2020 Power Query – Replace Values for Whole Table Today’s challenge was to replace the values on all the columns in the query when I know the columns will change so I don’t want to name them. Categories Power Query/M/Power BI
6th October 2019 Power Query Functions – SQL Procedures This is the fourth post in my series regarding writing custom functions in Power Query. This post describes how to create a function that will execute an SQL procedure, passing in a parameter. Stored Procedure My database contains a very simple procedure that given a cost center returns all the expense records. It can be run with the following SQL... Categories Power BI/M/Power Query
5th October 2019 Power Query Functions – 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. Categories Power BI/M/Power Query
29th September 2019 Power Query – Multi-step Function This post describes how to build a multiple step function in M using a parameter and using create function to build the function code. Categories Power BI/M/Power Query
27th September 2019 Power Query – Custom Handwritten Function In this post I will write a simple custom handwritten function to perform a calculation, which can then be used in your queries. Categories Power BI/Intermediate/M/Power Query
23rd September 2019 Power Query in Flow – Summarising the Data In this post I will look at the different options we have for summarising the data using grouping and pivoting with Power Query. Categories Flow/Power Query
6th September 2019 Joining Tables of Data in Flow’s Power Query In this post I will introduce one of the most powerful parts of Power Query, joining tables. Its the vlookup part of Power Query. Categories Flow/Power Query
26th August 2019 Power Query in Microsoft Flow – An Introduction This is the first post in a new series regarding Power Query in Flow. In this post I will cover the basics of connecting to SQL Server, filtering and sorting the data and finally adding calculated columns. Categories Flow/Power Query