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()
judspud
6 years agoSolution Supplier
Please can you clarify the logic you would like to apply?
is it if they are both true then true otherwise false?
Thanks,
George
Sykboardrider
6 years agoFrequent Visitor
Hi.
Yes, that is the correct logic.