Forum Discussion
Unable to add Column to Visual
- 3 years ago
When adding calculation groups to a model, Tabular Editor sets the model property DiscourageImplicitMeasures to true, since this is a requirement for calculation groups to work in the first place. In other words, if you want calculation groups in your model, you can't have implicit measures (i.e. adding column aggregations directly to visuals). Instead, you'll need to create explicit measures using DAX.
So if you want to undo this, you'll need to open the model in Tabular Editor once again, delete your calculation groups, and set DiscouargeImplicitMeasures back to false.
When adding calculation groups to a model, Tabular Editor sets the model property DiscourageImplicitMeasures to true, since this is a requirement for calculation groups to work in the first place. In other words, if you want calculation groups in your model, you can't have implicit measures (i.e. adding column aggregations directly to visuals). Instead, you'll need to create explicit measures using DAX.
So if you want to undo this, you'll need to open the model in Tabular Editor once again, delete your calculation groups, and set DiscouargeImplicitMeasures back to false.
- DavidBrunaugh3 years agoRegular Visitor
This is exactly what I was looking for. Thank you for your response and explanation of the issue.