Forum Discussion
Anonymous
6 years agoNot applicable
Help for filter mesure
Hello everyone, I need some help please. I have one mesure like this : Calcul FAE = (SUM('asa t_rowind (Indicateurs)'[totRevP]) - SUM('asa t_Rowcin (Ligne de factures)'[totRev]))+ SUM('asa ...
- 6 years ago
Try creating one for measure and use that as filter
Flag = if ([Calcul FAE] >=0 ,"Positive","Negative")
amitchandak
Super User
6 years agoTry creating one for measure and use that as filter
Flag = if ([Calcul FAE] >=0 ,"Positive","Negative")
Anonymous
6 years agoNot applicable
Thx !