Forum Discussion
orangeatom
Resolver I
8 years agoCalculate Measure not returning proper sum
Hello, I am attempting to create a measure that will return the sum of a few calculated measures (sourced from different tables). I have a simple Calculate function does return the correct average b...
Greg_Deckler
Community Champion
8 years agoThis looks like a measure aggregation problem. See my blog article about that here: https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
orangeatom
Resolver I
8 years agoThanks! This looks very interesting and i will certainly explore it.
Two quick questions I have so far.
1) How does this handle dimensionality across the SuperGroups/Groups?
2) Lets assume that the score in the AttributeScores is a calculated measure, (example 5 users /40 total users), how does that effect the model?