Forum Discussion
Filter table using ALL() twice
Just to further clarify my original post, I was hoping for a final table that read like this:
CostCentre____MatchingRef_____TransactionRef_____AmtTotal___MatchTotal
12345678______11111____________Test111____________100.00_______0
12345678______11111____________Test112____________-100.00______0
12345679______11113____________Test114____________100.00_______100
12345679______11113____________Test115____________100.00________100
And I could then have the option of removing the "AmtTotal" measure and thus rows one and two are outstanding, showing the total correctly of 200 and the details behind that value by TransactionRef.
I'm just not sure how to get that row context of MatchingRef applied in my total without using an "ALL" formula and thus removing the date filter from the previous ALL(dDate) context.
Any assistance would be greatly appreciated.