Forum Discussion
Sykboardrider
6 years agoFrequent Visitor
Column comparison output
Hi All. I am quite new to PBI and I am a little stuck with something. I am trying to create a new column that is can provide me with the following output. Value A Value B New Column ...
- Anonymous6 years ago
Both TRUE is true?
New Column =
yourTable[Value A]=TRUE() && your[Value B]=TRUE()
Anonymous
6 years agoNot applicable
Both TRUE is true?
New Column =
yourTable[Value A]=TRUE() && your[Value B]=TRUE()
- Sykboardrider6 years agoFrequent Visitor
Anonymous
Thank you very much, that worked perfectly!