Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Solved! Go to Solution.
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.
Ok, if i set the value for column ReportedWeight to "Sum of ReportedWeight", I get the correct values shown on chart.
Ok, if i set the value for column ReportedWeight to "Sum of ReportedWeight", I get the correct values shown on chart.
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.
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...:
I want Line chart to show values as they are, for example 1.2, 1.24 ...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.