Forum Discussion
Manipulating column on USERPRINCIPALNAME()
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.
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?
- MiKeZZa9 years agoPost Patron
I think it will work, but it's not what I was hoping for. This gives me 2 'facttables', only for something easy (in other languages/tools) as this:
if (username IN (list of people that are manager) { FieldA } else { FieldB }So I'm still hoping to solve it another way, that is also easier to understand for other people at a later moment....