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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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")
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 111 | |
| 109 | |
| 40 | |
| 33 | |
| 26 |