Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi @junsarah3000 ,
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 @junsarah3000 ,
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".
Logic is not very clear
a new column =
if([A] =false() ||[B] =false() || [C] =false() || [D] =false() || [E] =false(), "Yes", "No")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
117 | |
102 | |
71 | |
64 | |
39 |