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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
wtsn_orchard
New Member

Need a basic Column Chart without aggregation, sum, count etc

I have a column chart I want to show the Risk Score on the Y Axis and the Title of the Risk on the X axis. Power BI always wants to SUM, Count, average, etc the values in the Y-Axis and I just want the actual value to appear. If I use the SUM option as a work around this "technically works" but I feel this is Cheating...I have screen shots of what appear to be older Power BI Desktop that lets you choose dont summarize above the options to Sum Average etc. Does that no longer exist? I just want the actual risk score value to appear on the Y axis and the Title Value to appear on the X axis below. SUM technically gets me there but this creates issues. I have a gauge visual as well and when the column chart loads it selects all of the bars causing the gauge to show the SUM which is off until you select a bar.

 

PowerBI_ColumnChart.png

1 ACCEPTED SOLUTION
MichaelSamiotis
Resolver I
Resolver I

Power BI aggregates numbers by default, which can be annoying when you just want to display them as they are.

I would check the data type of the Risk Score column first. If it is a number, make sure it is not aggregated, the option should be there. If it's not you can change (or duplicat ethe column) into a text format but the sorting will be messed up. If this doesn't work, try to remove and put back again the field, I've come across some of those glitches.

If Power BI still forces aggregation, create a simple measure:

 

 

Risk Score Display = SELECTEDVALUE('YourTable'[Risk Score])

 

This makes sure that only the actual value is shown, avoiding any unwanted aggreagtions.

I hope this helps. 😊

View solution in original post

2 REPLIES 2
wtsn_orchard
New Member

Thanks looks like that did the trick. The Field was a number and at the top was teh Don't Summarize dropdown on the column tools. The column tools menu will not appear if you don't first select the column (I was clicking on the visual and looking at the Y axis value dropdown like my screenshot which was incorrect. Thanks for the help.

MichaelSamiotis
Resolver I
Resolver I

Power BI aggregates numbers by default, which can be annoying when you just want to display them as they are.

I would check the data type of the Risk Score column first. If it is a number, make sure it is not aggregated, the option should be there. If it's not you can change (or duplicat ethe column) into a text format but the sorting will be messed up. If this doesn't work, try to remove and put back again the field, I've come across some of those glitches.

If Power BI still forces aggregation, create a simple measure:

 

 

Risk Score Display = SELECTEDVALUE('YourTable'[Risk Score])

 

This makes sure that only the actual value is shown, avoiding any unwanted aggreagtions.

I hope this helps. 😊

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.