Forum Discussion
Syndicate_Admin
1 year agoAdministrator
It does not summarize one table while another does
Hello I am currently making a dashboard for my company. This dashboard was started before and I am continuing to develop it. The problem is that the same table, with the same measurement and everyt...
- 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.
Syndicate_Admin
1 year agoAdministrator
Hello
Yes, that was thank you very much!!
MFelix
1 year agoSuper User
Don't forget to accept the correct answer so it can help others.