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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
puj831
Frequent Visitor

calculated columns, sum, dividing

example2.PNG

Hi all, 

I am trying to figure out how to create the following calculated column in PowerBI. I am trying to do C1 (column H) * C2 (column I) by row that would give us column J (not literally trying to create column J in PowerBI), then taking the sum of column J and dividing that number by the sum of C2 (column I) which would give me a final answer of 43.48921. Any suggestions? Thanks so much!!!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi

 

I hope this is what you are looking for.

 

Measure 2 = sumx(Calc,Calc[C1]*Calc[C2])/ SUM(Calc[C2])

 

Thanks

Raj

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi

 

I hope this is what you are looking for.

 

Measure 2 = sumx(Calc,Calc[C1]*Calc[C2])/ SUM(Calc[C2])

 

Thanks

Raj

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.