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.
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!!
Solved! Go to 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:
The same with "average",here is a sample .pbix file you can refer to.
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:
The same with "average",here is a sample .pbix file you can refer to.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.