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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Summarization NOT WORKING

I have a table with values from a SQL Database. I want the columns to Sum the values. I have SUM selected in the Summarization but the sigma does not show up and I can't build visualizations. 

 

kfriedt20_0-1598044686363.png

 

7 REPLIES 7
PunChili
Advocate II
Advocate II

Hey, did you checked maybe for this config on the semantic model level? This solved our issue, the origin why it happend was a previously created calculation group. 

 

PunChili_0-1731259479906.png

 

 

PunChili
Advocate II
Advocate II

Hello,

the sigma is also not showing up for me in fabric, on a semantic model. It was there some days ago, but now it is gone. Has anybody any news on this issue?

 

thx.

v-xicai
Community Support
Community Support

Hi,

 

You may create calculated column or measure like DAX below.

 

SumTotal_Column = SUM('Table1'[Column2])



SumTotal_Measure = CALCULATE(SUM(Table1[Column2]), ALL(Table1))

 

176.png

 

 

 

 

 

Best Regards,

Amy 

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

pranit828
Community Champion
Community Champion

HI @Anonymous 

 

You have to chage the data type to whole number ot integer.

pranit828_0-1598044808574.png

 





PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile
Anonymous
Not applicable

I have a similar report that I copied some queries from where the summarizations are working without a Data Category.

kfriedt20_0-1598045320837.png

 

HI @Anonymous ,

 

 

Go to model View and change the Default Summarization.

 

Also, check for the Data Type in Power Query.

 

1.jpg

 

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

Anonymous
Not applicable

No that's not it. I get options for latitude and longitude. I changed both to Whole number and I got an option for a bar code or postal code.

 

 

kfriedt20_0-1598045110750.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.