Forum Discussion
It does not summarize one table while another does
- 1 year ago
Hi,
It's seems to me that the use of implicit measure has been disable on your model because of the use of calculations groups or similar.
Go to the Model view and on the right pane select Model and then select semantic model chekc if you have the option discourage implicit measure turn on:
This feature disable the use of columns and the aggregations using the context button that is why you are seeing all the values instead of the sum. All the visuals created before this feature is turned on keep the aggregation.
Keep this option turned on and create a new measure with the SUM(Table[Column]) and use it on your visual.
Hi,
It's seems to me that the use of implicit measure has been disable on your model because of the use of calculations groups or similar.
Go to the Model view and on the right pane select Model and then select semantic model chekc if you have the option discourage implicit measure turn on:
This feature disable the use of columns and the aggregations using the context button that is why you are seeing all the values instead of the sum. All the visuals created before this feature is turned on keep the aggregation.
Keep this option turned on and create a new measure with the SUM(Table[Column]) and use it on your visual.
- Syndicate_Admin1 year agoAdministrator
Hello
Yes, that was thank you very much!!
- MFelix1 year agoSuper User
Don't forget to accept the correct answer so it can help others.