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.
Hi, I have a tabke with column Goals (Whole Number). However, when I add this column to a table, I don't seem to get the total at the bottom of the table
Hi, @saipawar
Could you please tell me whether your problem has been solved?
For now, there is no content of description in the thread. If you still need help, please share more details to us.
Also,please check whether the field 'team' in your table vuisual belongs to the table "Collab HC Gobals" rather than table 'Collab Headcount'.
Best Regards,
Community Support Team _ Eason
Use a measure instead of the column:
Sum of Goals = SUM(Table[Goal])
or change the "Summarization" to "Sum"
Proud to be a Super User!
Paul on Linkedin.
Both did not work!
The measure degrouped each team name and the second method added the total on each line.
In that case, can you please show your model layout and how you are creating the visual? (A simple sum measure should not be affecting any groupings).
or, share a sample PBIX file or dataset
Proud to be a Super User!
Paul on Linkedin.
Here's a screen grab of my model. I hope this helps.
So the measure should be:
Sum of Goals = SUM(Collab HC Goals)
How are you creating the visual? what fields and from which table?
Proud to be a Super User!
Paul on Linkedin.
@saipawar , Name of the column in the below screenshot is different. Is it renamed at the visual level?
Check Aggregation at the visual level, Right-click on the column in the visual pane and check
@amitchandak the column is renamed at Visual level. However, on right clicking the column, I see no option
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.