Replicating 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 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 moreBy default, Power BI won’t show items which do not have values. The following picture shows that Products “Apples” and[…]
Read moreAssuming Working Days are from Monday to Friday, we want the following First Add a custom Column to identify day[…]
Read moreTo see the bookmarks in action click any of the first 3 charts. Currently bookmarks can only be triggered by[…]
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