Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 |
| True | False | False |
| True | True | True |
| False | True | False |
| False | false | False |
Solved! Go to Solution.
Both TRUE is true?
New Column =
yourTable[Value A]=TRUE() && your[Value B]=TRUE()
Both TRUE is true?
New Column =
yourTable[Value A]=TRUE() && your[Value B]=TRUE()
@Anonymous
Thank you very much, that worked perfectly!
Please can you clarify the logic you would like to apply?
is it if they are both true then true otherwise false?
Thanks,
George
Hi.
Yes, that is the correct logic.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 40 | |
| 39 | |
| 38 |