The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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:
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
9 | |
5 |