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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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))

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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