Forum Discussion
Anonymous
3 years agoNot applicable
How to Re-Enable Implicit Measures Without Tabular Editor?
I recently tried using Calculation Groups to show labels on a Line Chart with a Legend on it. However, I was not able to solve that problem with my Calculation Group and decided to delete the Calcula...
- 3 years ago
Anonymous You should be able to do this in PowerShell by modifying the DiscourageImplicitMeasures property of the model: Model.DiscourageImplicitMeasures Property (Microsoft.AnalysisServices.Tabular) | Microsoft Learn
gvlado
2 years agoAdvocate III
I had the sam problem and find out simple solution
Hope it will help
DGrey07
2 years agoAdvocate I
Thanks for posting this, but I don't see the Properties tab & I can't find how to access it. Please share if you can? thanks again
- gvlado2 years agoAdvocate III
#1 Go to Model view \ Model
#2 Open calculation groups
#3 Delete calculation groupa all you have ( here it is only Time Inteligence)#4 Click on Semantic model
#5 Open Properties
#6 Click on "Discourage implicit measures" to turn it off
- gonza75_uy1 year agoNew Member
gvlado Great Solution!!..Thx a lot!💪
- Jon_vB1 year agoAdvocate II
thanks for the step-by-step!!