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
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
Would be grateful for any help in either rewriting the formula or explaining why total differs.
Thanks
Prav