Forum Discussion
MCLHRSM
1 year agoFrequent Visitor
Filter/remove filters not working
I have a table from which I want to drill-trough to the details. The table shows financial transactions (bookings) which are flagged as a risk. In the table, not all financial bookings will be show...
FreemanZ
Super User
1 year agohi MCLHRSM ,
try like:
Saldo (all) =
CALCULATE([Saldo],
REMOVEFILTERS(DIM_Klasses_MAR_2),
REMOVEFILTERS(DIM_Klasses_MAR_3),
REMOVEFILTERS(DIM_Journal_Index),
ALLSELECTED(FACT_GL))
MCLHRSM
1 year agoFrequent Visitor
Hello,
In this case, the correct rows are shown (indicating the filters work correctly).
However, the values for each row show the total value (in this case 0, as it are financial transactions in which debet=credit).
Any ideas?