Sagar Hanchate
New Member
- Joined
- Nov 19, 2014
- Messages
- 22
Hi All,
Can any one please help me on fixing below Dax query;
The below query works fine as I have passed two conditions in OR. But now I need to pass couple of more conditions.
like
Target[SR]="APAC"
Target[SR]="EMEA"
Target[SR]="AMR"
Target[SR]="ICA"
"EVALUATE CALCULATETABLE( Target, Target[Last Year Flag]=1, FILTER( Target, or (Target[SR]="APAC",Target[SR]="EMEA")) ) "
Can any one please help me on fixing below Dax query;
The below query works fine as I have passed two conditions in OR. But now I need to pass couple of more conditions.
like
Target[SR]="APAC"
Target[SR]="EMEA"
Target[SR]="AMR"
Target[SR]="ICA"
"EVALUATE CALCULATETABLE( Target, Target[Last Year Flag]=1, FILTER( Target, or (Target[SR]="APAC",Target[SR]="EMEA")) ) "