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")
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
341 | |
99 | |
62 | |
51 | |
47 |
User | Count |
---|---|
328 | |
120 | |
84 | |
66 | |
65 |