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

Getting Count of values, instead of real values, in chart

Whenever I try to pull number column to Values field in any chart, I get Count of, instead of real number. Column is of type decimal. 

I get tables with data from SQL Server using Direct query.

 

There are some "NULL" values in this columns, is this a problem? 

2 ACCEPTED SOLUTIONS
jdbuchanan71
Super User
Super User

You can change the default aggregation type on the column settings in the model but if you are wanting the sum of a column you should write a measure to sum it and use the measure rather than pulling the column into the visual.

View solution in original post

Anonymous
Not applicable

Ok, if i set the value for column ReportedWeight to "Sum of ReportedWeight", I get the correct values shown on chart. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Ok, if i set the value for column ReportedWeight to "Sum of ReportedWeight", I get the correct values shown on chart. 

jdbuchanan71
Super User
Super User

You can change the default aggregation type on the column settings in the model but if you are wanting the sum of a column you should write a measure to sum it and use the measure rather than pulling the column into the visual.

Anonymous
Not applicable

I have this properties for the column ReportedWeight that im trying to add to Values of Line chart, but it sets it to the Count Of...:

Screenshot_8.png

 

I want Line chart to show values as they are, for example 1.2, 1.24 ...

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