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,
thanks for looking at my post.
I am looking for DAX formula for
Measure 1 = IF('Table),[Column1]>[Column 2]), +10% then "Yes","No"
Any idea please?
Thanks
Solved! Go to Solution.
Measure 1 = IF('Table'[Column1]>'Table'[Column 2]*1.10), "Yes","No")
Thanks a lot
Measure 1 = IF('Table'[Column1]>'Table'[Column 2]*1.10), "Yes","No")
User | Count |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
13 | |
8 | |
5 |