I was working on a dataset where I wanted to change multiple column names using one step and not having to change them manually. Since there were over 30 columns this would be really time consuming…
Sometimes your power queries can get quite heavy and you might need to optimize the steps in your query but how can you calculate the time it takes for your query to load. Wouldn't it be nice if you c…
Comparing 'null' values in Power Query | Excel Inside
Recently I needed to do the very simple thing in Power Query. I have the column of numbers and need to check if the values in this column are less than N and then put a corresponding text value in the new column. The function for the new column is something like this: Actually some values are not a numbers but nulls: Data contains nulls and comparison return an error And this simple calculation returns an error for these values! Why? There is the catch, which is hidden in the depth of documentation (actually on the page 67 of the "Power Query Formula Language Specification (October 2016)" P...
Results: The Best ETL tool for the Business Analyst–Tableau Prep vs Power BI vs Trifacta Wrangler (Google Prep) - Powered Solutions
The results are in! Let’s find out which tool is better for the average Business Analyst based on the 3 scenarios that I showcased a few weeks ago here. I was able to get in touch with the Product Team from Microsoft’s Power Query and also the one from Trifacta’s Wrangler. I tried getting in …
Power Query Pattern – Adding Spaces in Text within your data with Camel Case
In this week’s blog post, I created this Power Query Pattern, which I created to add in spaces for CamelCase text within a column. To get this to work for you, all that you do is need to make…
More Details On Creating Tables In Power BI/Power Query M Code Using #table()
About two years ago I wrote a blog post describing how the #table M function can be used to generate tables, but in that post I only covered the functionality I used regularly – namely using #table wi…
In this post, we’re going to talk about importing CSV files with power query! This is a guest post written by John MacDougall, an Excel MVP from Canada. John runs a famous Excel blog called How To Exc…
New Data Types in Excel - Game Changer - Excel Unplugged
New Data Types in Excel will undoubtedly be THE talking point of the near future Excel evolution. That being said, they are also the reality in Office 365 Fast Insiders. That’s where they were recently introduced by Microsoft. This post will first explain what the new Data Types in Excel are and then we will […]
Power Query (M)agic: Scraping ads.txt info from multiple sites - PowerPivotPro
I worked most of my career as an actuary at various insurance companies. Most of the time they had systems that were built before I was born, so I spent a good portion of time getting and transforming…
Changing a Single File Query to a From Folder Query - The Ken Puls (Excelguru) Blog
Recently, I had to import a large-ish CSV file at around 1.5 million rows into Excel using Power Query. I used a From Text/CSV query but then I tried to export a new set of data with a longer timeline. In this post, we'll look at how we can convert a From Text/CSV query into a From Folder query.
Create All Unique Combinations From Multiple Columns - Excel Gorilla
There are times where you need an efficient way to produce all unique combinations of your data. Recently a customer of mine used a report to track how the sales were doing. Their situation is as follows. The company reports several metrics for their business units. And not only that....
Recently I found a PowerQuery gem, trick with Java/VB Script that allows to export data from Power Query to CSV without R / DAX Studio / SMS and Registration. However, related with risk. As everyth…
Power BI Tutorial | Working with JSON data | Guy in a Cube
In this Power BI Tutorial, Adam shows how you can easily work with JSON data within Power BI. Working with JSON data in Power BI Desktop is one of the best-kept secrets of Power BI.
Navigation Window / Folder in Power Query and Power BI
Motivated by one of the latest videos from the MSFT guys behind Guy in a cube: where they talk about one of the hidden secrets behind Power Query / Power BI, I wanted to talk about another one of thos…
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 …