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! Request now

Reply
Anonymous
Not applicable

How to merge 2 columns in one Bar chart

Hi All,

 


Compare data with constant valueCompare data with constant value

I need to design a bar chart visual such that , In the center I need to display a single bar(Red bar as shown in Fig.) that shows average of Org level attrition and on left side of respective bar ,it should show attrition value higher than red bar value and on right side it should show respective lesser value of attrition . Is it possible ?
or is there any other visual available for above requriment. If YES then please suggest me or NO then why.

 

Note- Org average values are coming from another table and whereas SBU values are from another.

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

No, it's not possible to make the Avg as a bar/column in a column chart. You can't have the aggregation result of entire table appeared on row level.

 

For your requirement, I suggest you try column+line combo chart. You can create a measure to calculate the Average for all selected entries, and put it into Line values. Then you can see which column is above or below this line. 

 

See my sample below:

 

66.PNG

 

Regards,

View solution in original post

1 REPLY 1
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

No, it's not possible to make the Avg as a bar/column in a column chart. You can't have the aggregation result of entire table appeared on row level.

 

For your requirement, I suggest you try column+line combo chart. You can create a measure to calculate the Average for all selected entries, and put it into Line values. Then you can see which column is above or below this line. 

 

See my sample below:

 

66.PNG

 

Regards,

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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