Forum Discussion
Tamnguyen1109
3 years agoFrequent Visitor
My report suddenly do not show aggregation in visualization although it used to show before?
Hello everyone, I have a report working this month, and it works normally with the aggregation in visualization. But suddenly, it stop aggregating like sum or show min, max values. I don't know ...
Idrissshatila
Super User
3 years agoWhat you could do is that you create a new measure as the following
Total Emission = Sum(emission)
and you can add it to the visuals you want.
If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍
Tamnguyen1109
3 years agoFrequent Visitor
Hello, sorry for my late responding. I tried that too, it seems the only way for me to temporary fix that problem. However, I want to fix that from the root because I have so many columns to create measure each time I want a simple visual that at the first time it doesn't need to. It seems like not the efficient way to do. I'm still try figuring it out. I am appreciate so much for your help. If you know another way, please just let me know. Again, thank you so much.