Forum Discussion
Anonymous
2 years agoNot applicable
Total calculation
Hi Experts i have one question as below table data. the total calcuation is not expected result. i want to calculate impact field which unit price variance multiply the actual volume, and the e...
- 2 years ago
Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those
Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )
amitchandak
2 years agoSuper User
Anonymous , You need to force row context to get the correct total, Assuming both [Unit Price Variance], and [Volume] are measures. or clear those
Sumx(Values(Table[Category]), [Unit Price Variance] *[Volume] )
- Anonymous2 years agoNot applicable
Thanks
but i have one issue here, actually there are 2 dimensions channel and category.
for the channel sub total it is working, but the grand total is not working.