Forum Discussion
DavidBrunaugh
3 years agoRegular Visitor
Unable to add Column to Visual
I recently installed Tabular Editor 3 to my pc hoping to create calculation groups and take control of what shows up in my data labels for certain visuals. Ever since doing that I have been unable to...
- 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.
DavidBrunaugh
3 years agoRegular Visitor
Thank you but even after a fresh install of Power BI Desktop I still cannot add these columns to my visuals.