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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Have such table with ID and Yes/No columns, need to add extra column wich will show for True for ID that have Yes against them in Yes/No column, if they have for example 3 yes but one No all should be showed as False.
ID | Yes/No | Result |
1 | Yes | False |
1 | Yes | False |
1 | No | False |
2 | Yes | True |
2 | Yes | True |
2 | Yes | True |
2 | Yes | True |
I tried to do it like that:
You can use this formula: