Grand Total Showing Incorrectly in Pivot Table

PShingadia

New Member
Joined
Aug 5, 2015
Messages
47
Hi All:

I am new to DAX and written the following formula which analyses the data correctly but the Grand Total on Pivot table does
not equal to the sum of the individual rows.



Adjusted Sample Find:=if(DIVIDE([Sum of Sample Count Find], [Weight])>=[Rounding Limit], ROUNDUP(DIVIDE([Sum of Sample Count Find], [Weight]), 0), ROUNDDOWN(DIVIDE([Sum of
Sample Count Find], [Weight]), 0))


Would be grateful for any help in either rewriting the formula or explaining why total differs.

Thanks

Prav


 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top