Multiple replacements in a Column using Power Query
Record.FieldOrDefault (official documentation here) is a seldom-used function in Power Query. But here is one handy use of this formula[…]
Read moreRecord.FieldOrDefault (official documentation here) is a seldom-used function in Power Query. But here is one handy use of this formula[…]
Read moreThis post was inspired by one of my solutions in the Community. Click here to check the question and answer[…]
Read moreHere is a little game / puzzle I created in Power BI
Read moreDAX 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 moreSuppose we have 2 tables as follows Grade1 Subject Marks Maths 90 Physics 80 Chemistry 70 Grade2 Subject Marks Maths[…]
Read moreIn my earlier post I had shown a way of Aggregating Values in Multiple Columns using DAX. Using M its[…]
Read moreI saw similar problem posted in Power BI Community and thought this is worthy of a postHere is the sample[…]
Read moreFunnel chart is a beautiful chart in Power BI but if the values for a particular Group in a funnel[…]
Read moreLets begin with the objective (End Result) in mind In Excel we can use an Index Match Array Formula to[…]
Read moreColumn and bar charts are arguably the most commonly used charts typically used for comparing the relative size of distinct[…]
Read more