Ranking Method Choices in Power Query - The Ken Puls (Excelguru) Blog
My recent post on showing the Top X with Ties inspired a discussion on ranking method choices. Oddly, as an accountant, I've never really been exposed to how many different methods exist. After a bit of research on 6 different common ranking methods, I had to see if I could reproduce them in Power Query.
RETRY recursive function in Power BI & Power Query - Powered Solutions
Recursive functions are a topic that I rarely come across. To give you some perspective, the instances that I’ve needed recursive functions can be counted with just 1 hand. This is one of those situations where a recursive function is probably the best way to go. Big thanks to NicoPer who posted this question on …
The Power Query (M) Builder is a new tool for the XrmToolBox. It is designed to automate the basic Power Queries for getting data into Power BI from Dynamics 365. This includes selecting fields, re…
PowerQuery (M)agic: Combine M Functions and Formulas In Custom Columns - PowerPivotPro
Humans like turning a few things into many things. Investing $1 to get $10 . . . growing saplings into oaks . . . taking two rabbits and creating a fluffle. This post will show you how to do the exact…
#powerquery – How to handle different decimal separator when importing csv files
Recently I have been working on a project where the solution should import a csv file exported from a SQL server. For some reason sometimes the data comes with a , (comma) as the decimal separator …
Create a function library in Power BI using M-Extensions – The BIccountant
M-Extensions are a very smart way to run you own M (or R)-function libraries in PowerBI: Those functions will appear as if they were native inbuilt-function
Search for a Column in the Entire Database with Table.ColumnNames in Power Query and Power BI
Sometimes for tables with too many columns, and also for databases with too many tables, you do need a bit of help to explore the data. As an example; you know that you are looking for a column named …
Fast and easy way to reference previous or next rows in Power Query or Power BI
Referencing previous (or following) rows requires some manual steps and will soon become slow on large tables. The function Table.ReferenceDifferentRow has you covered:
Fast and easy way to reference previous or next rows in Power Query or Power BI – The BIccountant
Referencing previous (or following) rows requires some manual steps and will soon become slow on large tables. The function Table.ReferenceDifferentRow has you covered:
In this post we'll take a look at how to import an XML file into Excel and turn it into a more human readable table format. Excel has support for XML files and it's actually really easy to import and covert them to tables using Power Query
This is a continuation of this post In the data platform industry, we have been working with SQL for decades. It’s a powerful language and over many years, we’ve learned to work with it’s strength…
SQL or M? – SSAS Partitions Using SQL Server Table-Valued Functions (UDFs)
[ Related posts in this series: SQL, M or DAX: When Does it Matter? SQL, M or Dax? – part 2 SQL or M? – SSAS Partitions Using SQL Server Table-Valued Functions (UDFs) SQL or M? – SSAS Partitions in…
Using Process Monitor To Troubleshoot Power Query Performance Issues With File Data Sources
Troubleshooting Power Query performance issues in Power BI and Excel can be difficult because it’s a bit of a black box: there’s nothing in the UI to tell you what’s going on inside the Power Query en…
Using the Power Function.InvokeAfter to determine how long to wait between API calls
I have been working on a dataset which I will hopefully reveal soon, but part of that was that I was getting rate limited when making an API call. I found Chris Webb’s insightful blog post (U…
Using Process Monitor To Find Out How Much Data Power Query Reads From A File
This post is really just a quick follow-on from my post earlier this week on using Process Monitor to troubleshoot Power Query performance issues with file-based data sources, which I suggest you r…
Power Query Challenge #2 - The Ken Puls (Excelguru) Blog
I'm at the Microsoft Business Application Summit this week, so I thought I'd post another Power Query challenge, especially since our last one was so successful. For this Power Query challenge … Our business challenge here is that we are … Continue reading →