Forum Discussion
chandakaushik
5 years agoHelper I
Create Customized and Conditional subtotals
Hello guys, I am trying to create a conditional subtotal in a PowerPivot. Can someone please help? Subtotal = Rolling Difference GRR + Compass + CaptiveManual + DuePremium Life GRR shouldn't be ad...
stevedep
5 years agoMemorable Member
Perhaps this is what you are looking for?
___SumPolicy = IF(ISFILTERED('Table'[System]), SUM('Table'[Amount]), CALCULATE(SUM('Table'[Amount]), 'Table'[System] <> "AD"))
As seen here:
As demonstrated here.
Link to file here.
pls mark as solution if so.
Kind regards,
Steve.
chandakaushik
5 years agoHelper I
stevedep Thank youso much! You're awesome! 🙂