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.
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 |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |