Forum Discussion
How to Re-Enable Implicit Measures Without Tabular Editor?
- 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
I had the sam problem and find out simple solution
Hope it will help
- gvlado2 years agoAdvocate III
If you deleted calculated group
then go to Model view and set "Discourage implicit measures" to YesThat is how I am doing it, without any external tool
- nadsamencruz_hc1 year agoNew Member
This is the simplest solution. Thank you -- helped me save a lot of time!!!
- DGrey072 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!💪
- kflorimon2 years agoNew Member
Thanks!!!!!!!