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
Anonymous
Not applicable

Calculated Table (No total in columns)

Im having this issue where im trying to aggregate some data into a calculated table. Im brining in customer name & and some measures for some columns. 

 

The table is forming correctly without an issue, but when i construct a table on the report page columns are not showing a total at the bottom. 

 

Measeures: Data Type: Decimal Number, Summarization:Sum, Format:Decimal number

 

 

 

DataFlow.Summary = SUMMARIZE('11_Accounts_Master','11_Accounts_Master'[GUID],'11_Accounts_Link'[Customer Name],


"FY20 A", 
[FY20 A],




"FY21 A", 
[FY21 A],



"FY21 E", 
[FY21 E])

 

 

 

What do you think could be the issue? 

 

Thank you & Kr

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Good day @amitchandak ,

 

Do you need further explanation on issue that i could provide?

View solution in original post

Anonymous
Not applicable

Hi @Anonymous ,

Please check whether the field [MAX] be set as "Don't summarize" as shown in below screenshot when drag onto table visual?

yingyinr_0-1618905135543.png

Any comment or problem, please feel free to let me know.

Best Regards

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
When you create a table visual on the report, you can enable and disable the total field.
Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hey Amit,

 

Thanks for helping out again. 

 

Of course let me make a screenshot on another similar example. If you look below, you can see that Min is displaying the total at the bottom of the table and MAX is not, both have same exact setting terms of formatting. I dont understand why the behavior is diffrent. 

 

 

Capture3.PNG

 

Thank you & regards

Anonymous
Not applicable

Hi @Anonymous ,

I can't reproduce your problem. The field %Change.close.clac is a default one in table or calculated column? If it is a calculated column, could you please provide its formula and data type? Thank you.

yingyinr_0-1618478324681.png

yingyinr_1-1618478569477.png

Best Regards

Anonymous
Not applicable

@Anonymous 

 

Thank you very much for your time to look into my issue. Sorry for the delay. 

 

Yes, %Change.close.Clac is a calculated column. Some how now i get the totals at the bottoms of the table. I amnot sure what i did. I think nothing. Maybe when i restarted my PC ? But im anyways including the measure code below in case you want to still have a look. 

 

%Change.close.Clac = IFERROR(('22_Price_Daily'[Get_Price.Column1.close] - '22_Price_Daily'[PRV.DAY.Close.custom])/'22_Price_Daily'[PRV.DAY.Close.custom],BLANK())
Anonymous
Not applicable

Hi @Anonymous ,

Please check whether the field [MAX] be set as "Don't summarize" as shown in below screenshot when drag onto table visual?

yingyinr_0-1618905135543.png

Any comment or problem, please feel free to let me know.

Best Regards

Anonymous
Not applicable

Good day @amitchandak ,

 

Do you need further explanation on issue that i could provide?

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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
Top Kudoed Authors