Forum Discussion
gagoush
8 years agoFrequent Visitor
Except Function Usage
Hi, I am trying to use Except Function get the minus between two tables. Table 1 : User Table 2 : CALCULATETABLE(User) Or ALL(User) There is no relationship with these 2 tables. As ...
gagoush
8 years agoFrequent Visitor
Do you have a workaround to see the list of users not having... ?
Thanks,
v-xjiin-msft
8 years agoSolution Sage
I'm afraid simply DAX expressions cannot achieve your requirement. But you can try to use Query Parameter to filter your table. Create two table visuals and one use euqals parameter to filter, one use does not equals.
Thanks,
Xi Jin.