Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi @Anonymous ,
According to your description, you first need to change the field type of columnA-E from True/False to Test type, and then try the following formula to get the result.
Column =
IF (
'Table'[A] = "True"
|| 'Table'[B] = "True"
|| 'Table'[C] = "True"
|| 'Table'[D] = "True"
|| 'Table'[E] = "True",
"Yes",
"No"
)
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your description, you first need to change the field type of columnA-E from True/False to Test type, and then try the following formula to get the result.
Column =
IF (
'Table'[A] = "True"
|| 'Table'[B] = "True"
|| 'Table'[C] = "True"
|| 'Table'[D] = "True"
|| 'Table'[E] = "True",
"Yes",
"No"
)
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
One or more "True" text from columns A to E should return "Yes" on the new column, otherwise it will return "No".
@Anonymous ,
Logic is not very clear
a new column =
if([A] =false() ||[B] =false() || [C] =false() || [D] =false() || [E] =false(), "Yes", "No")
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 20 | |
| 18 |