The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
When i drag a Sales column to Y axis of bar chart, it is automatically showing as 'Count of Sales'. I wanted to see only Sales.
In Data, i have set Summarization=Don't summarise for Sales column. But i still see this issue. Is there a place where i can set X, Y axis also to Don't summarize? or How can i overcome this?
Solved! Go to Solution.
Hi @ramakrishnavvss ,
Agree with @indkitty . Because the sales field is in text type, and your visual is a bar chart, you can not display a value like "$ 1159200" with the text type. You have to insert the number type field to the x-axis to display.
Please go to the Power Query Editor, select the column and then click the 'Detect Data Type'.
Click 'Close&Apply', now the sales field is what you want.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ramakrishnavvss ,
Agree with @indkitty . Because the sales field is in text type, and your visual is a bar chart, you can not display a value like "$ 1159200" with the text type. You have to insert the number type field to the x-axis to display.
Please go to the Power Query Editor, select the column and then click the 'Detect Data Type'.
Click 'Close&Apply', now the sales field is what you want.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Noticed your sales column is text format, could you change the format to currency format?
Let me know how it goes.
Create a measure for sales using:
Sum Sales = SUM(Table[Sales])
and drag the measure into the Y-Axis
Proud to be a Super User!
Paul on Linkedin.
User | Count |
---|---|
65 | |
60 | |
60 | |
53 | |
27 |
User | Count |
---|---|
181 | |
88 | |
70 | |
48 | |
46 |