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.
So I have this forumla from Excel:
=B11/('Other Products'!E18+'Other Products'!E19)
How can I create a measure in Dax out of this?
Thanks for the help Everyone!
Solved! Go to Solution.
Hi @SteelChampzz ,
Please try this:
MyMeasure = Divide(B11,('Other Products'!E18 + 'Other Products'!E19))
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Hi @SteelChampzz ,
Please try this:
MyMeasure = Divide(B11,('Other Products'!E18 + 'Other Products'!E19))
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Yes you did!, that worked! appreciate the help
Hi @SteelChampzz ,
You are welcome!
Nathaniel
Proud to be a Super User!
Did you create SUM measure out of all three?
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
6 |