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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
salim
Advocate I
Advocate I

Divide one column by another

I have a column saying C1 = CALCULATE(SUM(column1)). It shows 50 in one.

Then I add another column C2 = CALCULATE(COUNT(column1)). It shows 2 in the same previous row.

Then I add column C3 = C1 / C2. Then I receive 50 for the same row!

AVERAGE does not work either. Any thoughts?

 

1 ACCEPTED SOLUTION
Sean
Community Champion
Community Champion

Convert these Columns into Measures... M1, M2 and M3

View solution in original post

2 REPLIES 2
Sean
Community Champion
Community Champion

Convert these Columns into Measures... M1, M2 and M3

Thank you! I guess that is because the difference between measure and column are still blurry to me. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors