Forum Discussion

freginier's avatar
freginier
Icon for Solution Sage rankSolution Sage
3 years ago

Keep SUM despite filter

Dear all, 

 

I try to get the sum of all rows (filtered on range date) like this : 

 

But when I try to filter on product to only display product C for example I got total equal C value..

My Measure :

 

 

 

total = CALCULATE( sum('PRODUCT'[PRODUCT_VALUE]), ALLEXCEPT('TRANSACTION','TRANSACTION'[DATE]) )

 

 

 

 

How can I keep total (filtered on date) on all rows even filtered ?

 

thank you ! 

 

 

2 Replies