Forum Discussion
MiKeZZa
9 years agoPost Patron
Manipulating column on USERPRINCIPALNAME()
Hi all, I want to make something like this: TABLE: Field 1 Field 2 Field 3 This table must have a Field 4 which contains Field 1 if the logged in person is in Active Directory Group 'G...
vanessafvg
9 years agoCommunity Champion
can i see your dax code with an example of the data
MiKeZZa
9 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....