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
Anonymous
Not applicable

Rate calculation summing entire data set

Hi all, I am new to Power BI. I am trying to calculate a Rate % column based on sum(Numerator)/sum(Denominator) by Measure ID field. However, the Rate keeps calculating by the entire data set rather than slicing by Measure ID field. This is also with "Don't Summarize" on for the Rate. Please see below.

 

Measure IDNumDenRate %What Rate should be
ABA41765439940.9164680.949334
ART109113440.9164680.811755952
BCS15923209670.9164680.759431488
CDC23792237920.9164681

 

Any help is appreciated.

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Anonymous

 

Do you want to create a measure or a column? I tried your formula to create a measure. It works fine. Could you please provide more detailed info on your issue?

 

RATE = SUM(Table2[NUM])/SUM(Table2[DEN])

c1.JPG

 





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
Anonymous
Not applicable

Hi @Anonymous

 

If you are looking for calculated colum, you can use divide them directly.

 

CColumn= Num/Den.

 

If you are looking for Measure,

 

Measure = SUM(NUM)/ SUM(DEN).

Rate.PNG

 

If you still face issue, please share more details along with the formula you use.

 

Thanks

Raj

ryan_mayu
Super User
Super User

@Anonymous

 

Do you want to create a measure or a column? I tried your formula to create a measure. It works fine. Could you please provide more detailed info on your issue?

 

RATE = SUM(Table2[NUM])/SUM(Table2[DEN])

c1.JPG

 





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

Proud to be a Super User!




Anonymous
Not applicable

@ryan_mayu, thank you! I did not know the difference between the two yet. I tried creating a measure and it works perfectly. Simple fix. Thanks again.

dedelman_clng
Community Champion
Community Champion

How are you calculating Rate? Please provide the code.

 

Also whether it is a calculated column or a measure.

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.