Forum Discussion
dbmahn
5 years agoFrequent Visitor
Summarization missing after adding a calculation group
Hey, after adding a calculation group in Tabular Editor, the (default) summarization function is missing. without calculation group in my model: after adding an empty calculation group:...
molegris
4 years agoAdvocate IV
Hi dbmahn ,
It works like this by design. Calculation groups are not compatible with implicit measures (aka default summarization). When you create a calculation group, a model's property called Discourage implicit measure is set to TRUE.
You can either remove the calculation group and set this parameter back to FALSE or create an explicite measure for every numeric value you want to expose. Ex. myExplicitMeasure = SUM( 'table'[Value] )
Hope that helps.
--mo
kadirkkkk
4 years agoAdvocate I
And so poor that some visuals stop working after this setting (after creating calculation groups)
Visual examples: Drilldown radial barchart, Impact bubble chart