Forum Discussion
Tabular Editor - Calculation groups
- 6 years ago
It is not a bug, it is by design.
Calculation groups are not compatible with implicit measures.
It is described in the documentation, too:
When you enable calculation groups, Tabular Editor enables the Model option Discourage Implicit Measure.
If you remove all the calculation groups, you can restore that property to False to enable implicit measures again.
However, it is a best practice to only expose explicit measures in a Tabular model.
If you use Tabular Editor, you can find macros to quickly create measures from numeric columns:
https://github.com/otykier/TabularEditor/wiki/Useful-script-snippets - 6 years ago
ā
It is not a bug, it is by design.
Calculation groups are not compatible with implicit measures.
It is described in the documentation, too:
When you enable calculation groups, Tabular Editor enables the Model option Discourage Implicit Measure.
If you remove all the calculation groups, you can restore that property to False to enable implicit measures again.
However, it is a best practice to only expose explicit measures in a Tabular model.
If you use Tabular Editor, you can find macros to quickly create measures from numeric columns:
https://github.com/otykier/TabularEditor/wiki/Useful-script-snippets
i just ran into this issue myself this morning when trying to modify a report with a basic mom and yoy calculation group.
gald i found this post by googling error: DiscourageImplicitMeasures
thank you for helping me understand this a bit more in tabEd