I am relatively newbie in world of DAX, and stuck for almost a week on a problem. Would really appreciate your help on this.
Background:
I have a telecom network data for NPS in "nps" table. Data is at Site, Cluster and Region levels.
Mapping is like:
Site -> Cluster -> Reg -> Network
To calculate Network NPS I defined measure:
To calculate Region NPS I defined measure:
My problem is that when in same table I generate visual on region, the Total i.e. Network value from NPSRegion measure is correct 18.15:
Question 1:
But then I created a calculated table at Region level from "nps" table and used average of "NPS" measure, but the resultant Total value is not correct. It yields 17.97 instead of 18.15. That value is the average of resultant 9 values, what we commonly refer to as average of average problem. How this can be solved? I solved it using another measure in the new table referring to columns of nps table, that I don't think is an effective approach.
New regional level table query:
Hi @ghamiz ,
Can you share sample data and expected output.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi, expected output of Question 1 is already shared. See second image Total Row, compare that to first image Total Row For Question 2, expected output is: