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.
Hi
How can I convert this excel formula in column I4 and create a calculated column in Power BI?
=IF(COUNTIF(V4:W4,"Yes")=2, 1, IF(COUNTIF(V4:W4,"Yes")=1, 0.5, 0))
Try:
Solution = if(AND(Table1[Column V]="Yes",Table1[Column W]="Yes"),1,if(OR(Table1[Column V]="Yes",Table1[Column W]="Yes"),.5,0))
User | Count |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
80 | |
64 | |
55 | |
43 |