Record.FieldOrDefault (official documentation here) is a seldom-used function in Power Query. But here is one handy use of this formula[…]
Read moreCategory: DAX
Text.Split using DAX
This post was inspired by one of my solutions in the Community. Click here to check the question and answer[…]
Read moreMind Reader in Power BI
Here is a little game / puzzle I created in Power BI Share This:
Read moreReplicating PATH function of DAX in Power Query / M
DAX provides five functions (PATH,PATHLENGTH,PATHITEM,PATHITEMREVERSE,PATHCONTAINS) to help users manage data that is presented as a parent-child hierarchy in their models.[…]
Read moreGrouping and Aggregating a Table stored in a DAX Variable
Suppose we have 2 tables as follows Grade1 Subject Marks Maths 90 Physics 80 Chemistry 70 Grade2 Subject Marks Maths[…]
Read moreUsing M to do calculation across multiple columns in Power Query
In my earlier post I had shown a way of Aggregating Values in Multiple Columns using DAX. Using M its[…]
Read moreExtract Numbers/ Text only from sentences
I saw similar problem posted in Power BI Community and thought this is worthy of a postHere is the sample[…]
Read moreFunnel Chart with negative Values
Funnel chart is a beautiful chart in Power BI but if the values for a particular Group in a funnel[…]
Read moreLookup Between 2 Dates and return a corresponding Value
Lets begin with the objective (End Result) in mind In Excel we can use an Index Match Array Formula to[…]
Read moreConditional Formatting of Column and Bar Charts
Column and bar charts are arguably the most commonly used charts typically used for comparing the relative size of distinct[…]
Read more