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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MP_123
Employee
Employee

calculate divide to each row

hi,

i want to divide two measures, and then to sum all the rows division.

currently, what power bi does is divide (sum(measure1),sum(measure2))

what i want is sum(divide(measure1,measure2))

and that is not the same result.

 

how can i do it?

thanks!!!

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You can use SUMX for this purpose. 

 

YourSolution:=SUMX(Table,[Measure1]/[Measure 2])

 

If you want to achieve this using calculated column, you would not require SUMX.

 

Thanks & Regards,

Bhavesh

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

1 REPLY 1
BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You can use SUMX for this purpose. 

 

YourSolution:=SUMX(Table,[Measure1]/[Measure 2])

 

If you want to achieve this using calculated column, you would not require SUMX.

 

Thanks & Regards,

Bhavesh

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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