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,
New to Power-BI. I have data already summarized (6 columns) from a SQL stored procedure and would like to display it as a simple bar chart but when I add my columns rather than showing the numbers, IE: 20,000, 80,000, 100,000, it shows the count of each column. How can I get it to show the data from the table and not the count of each column?
Solved! Go to Solution.
Hi @jtownsend2266 ,
If you are getting the count believe that you have the incorrect format, go to the power query and change the data types to number in those columns, then on your visual chose the SUM has the summarization.
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-types
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsFor each numeric column, try setting Summarization to None.
Hi @jtownsend2266 ,
If you are getting the count believe that you have the incorrect format, go to the power query and change the data types to number in those columns, then on your visual chose the SUM has the summarization.
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-types
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThat was it. Thank you!