Forum Discussion
Manipulating column on USERPRINCIPALNAME()
have you tried the switch statement?
something to the effect off
switch(true(),
and (ismembergroupA = 1, ismembergroupb = 0), "Result",
and (ismembergroupA = 0, ismembergroupb = 1), "Result",
"Other Result")
That gives an error that I've already got and what makes clear that I'm not familiar enough with DAX... It gives:
A single value for column 'IsGroupA' in table 'member groups' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
- vanessafvg9 years agoCommunity Champion
can i see your dax code with an example of the data
- MiKeZZa9 years agoPost Patron
We've mailed and Vanessas solution is to combine everything in 1 table. A solution that absolute will work, but not what I'm looking for...
I'm afraid I'm looking for something that is not possible....
- vanessafvg9 years agoCommunity Champion
out of curiosity why does combining the tables not work for you?