Forum Discussion
Hi HamzaJ
The formula is total of some value lets say total emissions, I want to show all the categories even if they have a zero value. They all coming from the same table.
For the formula: SUM([Total Emissions])
Assumption: (SUM[Total Emissions], ALL(Category)) -> Not sure if this would work.
Hey Astroraf ,
I know there is a way to do this, but i cant recall the correct formula/steps. I tried it myself but couldnt get it. If there are not to much categories you could try the measured filter route. Otherwise I think a edit on datamodel level is needed.
Hamza
- irismaessen01-20-2026Data Pipeline
Hi Astroraf, HamzaJ
I no longer have access to a Sisense instance, but I've had luck in the past with adding either +0 (or something like it) to my formula, or using, in the formula, a value from the dim table that I need to show all the values from. So something like SUM([Total Emissions]) + Count([Category])-1.
Where Count([Category]) will always be 1 in your pivot/bar chart because it's the category you're splitting on.