Power BI – Problem, Design, Solution (Folder Source Option for JSON files)
Hello Everyone! In this episode of the “Problem, Design, Solution” series we will be talking about the “Folder” option inside the sources display for Power BI Desktop. This is a fantastic feature …
Book Excerpt: Appending Worksheets from a Workbook - DataChant
I am excited to share with you an excerpt from the draft manuscript of my book. You can also add it to your list in Amazon here. I expect to publish more excerpts in the coming months, so please stay tuned, and subscribe to DataChant. Appending Worksheets from a Workbook Excerpted from the draft manuscript …
#PowerQuery – Filter a table based on another table column or list – and some Filter aha’s
One of my favourite features in Excel and Power BI is Power Query / M – and I just wanted to share a small trick when you want to filter a table on specific items. Let’s imagine you want to f…
How List.Zip helps with Renaming Columns in Power Query
This is my second post about List.Zip. First one was about general usage of List.Zip, where I touched question of transforming column types in Power Query. Another scenario where List.Zip can be us…
The Environment concept in M for Power Query and Power BI Desktop, Part 1
The environment concept is one of the most important concepts in M, while it is one of the least obvious ones. We'll show why it is important to understand.
The Environment concept in M for Power Query and Power BI Desktop, Part 2
The environment concept is one of the most important concepts in M, while it is one of the least obvious ones. We'll show why it is important to understand.
Ages ago I posted an article on unpivoting subcategories using Power Query. The technique is still valid, but what happens when you have a large data set?
If you’re interested in cascading parameters and Power BI custom connectors is an option for your project, you should give a try to Navigation Tables. Which soon enough could make their way i…
How to analyse M-functions step-by-step? – The BIccountant
This is a quick tutorial on how to analyse M-functions step-by-step. Invoking a function will only get the results - see how to follow every single step.
Power BI – Using Functions for repeatability and can easily repeat Applied Steps to your data
In the past I did create a blog post where I demonstrated how to get the location of a user based on an IP Address What I did forget to elaborate on and what really makes Power BI even more powerfu…
Excel Power Query: Using List.MatchAny on a column value - Stack Overflow
In Excel Power Query, I have a table. Column A has single numbers. I want to mark those records where the Column A value matches a list. A cutdown version of the problem is: let TableA = Ta...
Over the last couple of years, I have been actively involved in doing Power BI trainings for my clients. Because of that, I am always looking for new and easier ways to explain Power BI concepts to…
Power Query is a very powerful tool. It has a rich interface from which users can easily clean and reshape their data. Table.Unpivot is one of my favourite feature. It IS a real game changer for cleaning data because business users tend to "build their data in the format that a PivotTable produces...
How we reduce development lag when building queries in Power Query is a question that came up in my blog post at PowerPivotPro last week, even though that wasn't the main issue. I thought it might be a good idea … Continue reading →
Do you often find yourself in dire need to compare two tables in Excel? In today’s blog post, we will create an Excel workbook that compares two tables, and highlights the changes in a third table. You can load new versions of the tables, click Refresh All in Excel, and immediately see the changes in …
Bill of Materials Implosion or "Where used Analysis" in Excel and Power BI – The BIccountant
Bill of materials (BOM) implosion analysis shows where each component is used. See how easily this can be done using M in PowerBI or Power Query in Excel:
List.Generate(): Create Tables from Thin Air in Power BI with M! - PowerPivotPro
Announcement Update: For those who missed out on the webinar Watch the Session Recording for my (Avi Singh) webinar. Click here to watch the session record
Running a native query within an M project | Ambiguity vs Information
A few weeks ago, Microsoft published the Power Query SDK, an extension of Visual Studio, on the Visual Studio Marketplace. It is available for free for VS2015 and VS2017. This extension is a really…