Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
BrandonN
Contributor II
Contributor II

Total by Dimension expression & further drilldown

Hello All,

Need helps on expression with total functions but when I add additional dimensions the total unable breakdown by the additional dimensions, is there anyway I can breakdown by additional dimensions with total function? 

Expected value for the total Product A = 80, Product B = 60

BrandonN_0-1647334216126.png

Currently I am getting 140 which is total of 2 products.

Thank you in advance!

Labels (4)
1 Solution

Accepted Solutions
Iswarya_
Creator
Creator

Hi @BrandonN 

Try like this:

Sum(TOTAL <Category> Value)

View solution in original post

3 Replies
Or
MVP
MVP

Sum(Total Value) means just that - sum the total value ignoring dimensions.

If you would like to total for a specific dimension, you can either use a pivot table (which does this inherently), or use sum(total <field> Value). For further details and explanation you can refer to the documentation:

Or_0-1647334733594.png

 

anat
Master
Master

sum(total <category>sal)

Iswarya_
Creator
Creator

Hi @BrandonN 

Try like this:

Sum(TOTAL <Category> Value)