Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
muniyandi
Creator III
Creator III

% of Row Total Expression

Hi ,

In pivot table more then one dimension and single expression how to compare the current row value to Row Total value.

Kindly verify my excel attachment file.

Thanks.

11 Replies
jerem1234
Specialist II
Specialist II

Use this formula instead:

sum(Amount)/sum(TOTAL <$(=GetCurrentField("New Group"))>Amount)

Hope this helps!

muniyandi
Creator III
Creator III
Author

hi,

Dim1Dim2
ABCDEFRow Total
Jan-101000200015001400160010008500
Result11.76%23.53%17.65%16.47%18.82%11.76%100.00%

friends,

i need calculate to Current row Total value with current cell value comparison .


1) First Get row total value 8500 ; ( how to get 8500)

2) current row Jan-10 and  cell is A Now (1000/8500)*100 = 11.76


Just refer my attachment excel pivot table.

Normally we are only get on column total only. how to get row total and dynamically change the dimension means how to handle.


//Sum(amount) / Sum(Total amount) is Column Total . (That is get the total amount of amount Column)


Thanks,

Muni.