Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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?
Solved! Go to Solution.
Convert these Columns into Measures... M1, M2 and M3
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.