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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Hussein_charif
Helper IV
Helper IV

Column chart not showing all Y axis values

hi, i have a quick question

i have a column chart that shows average temperature. the maximum value is 50, which i set in my maximum values in the Y axis format pane. the thing is, the Y axis shows only the values 0, 20 and 40, i need to resize the column chart to almost double the size to show 0,10,20,30,40,50 which i dont want to resize.
is there another way to be able to show the Y axis values with an interval of 10°C?

1 ACCEPTED SOLUTION

Hi @Hussein_charif 

 

You can only control the Min and Max of Y axis. But not interval .

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

6 REPLIES 6
Uzi2019
Super User
Super User

Hi @Hussein_charif 

 

Unfortunetly no. You cant change or customized the interval of Y axis. There is no way of doing it.

 

you can check other blog also.

 

https://community.fabric.microsoft.com/t5/Desktop/y-axis-interval/m-p/3592671#M1180893

 

I hope I answered your question!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Hi @Hussein_charif 

 

You can only control the Min and Max of Y axis. But not interval .

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

hi @Uzi2019 , 

seems like it yeah, thank you

 

bhanu_gautam
Super User
Super User

@Hussein_charif ,

Select the Column Chart: Click on your column chart to select it.
Open the Format Pane: In the Visualizations pane, click on the paint roller icon to open the Format pane.
Expand the Y-Axis Options: Find the Y-Axis section and expand it.
Set the Interval: Look for the option to set the interval (it might be labeled as "Interval" or "Major units"). Set this value to 10.
This will ensure that the Y axis shows values at intervals of 10°C (0, 10, 20, 30, 40, 50) without needing to resize the chart.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






hello, there is no interval option, only range, values and title

 

Create a New Measure:
Go to the "Modeling" tab.
Click on "New Measure".
Enter a DAX formula to round your temperature values to the nearest 10.

 

RoundedTemperature = ROUND([YourTemperatureColumn], 10)
Use the Custom Measure in Your Chart:

Replace the original temperature values in your chart with the new RoundedTemperature measure.
Adjust the Y-Axis Settings:

Set the minimum value to 0 and the maximum value to 50.
Ensure the axis displays the values correctly.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors