Forum Discussion
bswank31
2 years agoHelper II
Grand Total not adding correctly
Hi. I have searched for an answer but I cannnot quite get anything to work. I have a column that is counting the number of rigs. Sum of Rigs max per Date = MAXX( KEEPFILTERS(VALUES('Calendar ...
- Anonymous2 years ago
Hi bswank31 ,
Try to modify your formula like below, it can get correct total result:
result1 = CALCULATE ( MAXX ( KEEPFILTERS ( VALUES ( 'Calendar'[Date] ) ), CALCULATE ( SUM ( 'Drill'[Rigs] ) ) ) )Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
lbendlin
2 years agoSuper User
That formula seems a little off. What's the point of the MAXX ? You want to find the number of rigs for the maximum date in your filter context?