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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Total column in graphics

Hello everyone!!

 

I have data from diferent groups, lets say: Group 1, 2, 3, 4.... If I made a table in visuales it gives me back the "total" or "average" of all the groups. Is it possible to add this "total" or "average" in a column chart??? It would be perfect if it can appear as a sepparate column in the graphic with the other columns of Group 1, 2, 3.... to compare them visually. Thanks in advance!!

 

power bi.PNG

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

Take "total " for example, you can create a measure such as below:

 

Measure = SUMX(ALL('Table'),'Table'[Consumption])

 

 Then put the measure in the "value " field of a clustered column chart,and you will see:

Annotation 2020-03-25 151237.png

 

The same with "average",here is a sample .pbix file you can refer to.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

Try like

Calculate(Average(table[Value]),all(Table))

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

Hello! Thank you but is not what i need. I want to add that average with the other groups in a column chart, is that possible?

Hi @Anonymous ,

 

Take "total " for example, you can create a measure such as below:

 

Measure = SUMX(ALL('Table'),'Table'[Consumption])

 

 Then put the measure in the "value " field of a clustered column chart,and you will see:

Annotation 2020-03-25 151237.png

 

The same with "average",here is a sample .pbix file you can refer to.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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