Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
SteelChampzz
Helper II
Helper II

How would I write this as a Dax Measure?

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!

1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community Champion

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

4 REPLIES 4
Nathaniel_C
Community Champion
Community Champion

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Yes you did!, that worked! appreciate the help

Hi @SteelChampzz ,

 

You are welcome!

 


Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Did you create SUM measure out of all three?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.