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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
PBIDEV_10
Helper II
Helper II

Customize Y axis data interval

Hello Gurus

I have a graph where I show number of members per month. As you can see the change in the values is small and in the graph it shows like it has not change. Can I change the data range so that the graph shows the small increase?

PBIDEV_10_0-1631182971599.png

Regards

PP

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@PBIDEV_10 , from Aug 2021, release you can use measure in the start and end value of the axis. Create measure and use those

 

Start Value  = minx(values(Table[Month]), [Measure]) -1

 

end Value  = maxx(values(Table[Month]), [Measure]) +1

 

Use these in fx of start and end 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @PBIDEV_10,

AFAIK, current power bi seems not have a feature to auto-resize the axis ranges to fit your data bars.

For this scenario, I think you can refer to amitchandak 's point of view to changing the start/end range of the axis to help recognize the small difference between these values.

Customize X-axis and Y-axis properties - Power BI | Microsoft Docs
Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@PBIDEV_10 , from Aug 2021, release you can use measure in the start and end value of the axis. Create measure and use those

 

Start Value  = minx(values(Table[Month]), [Measure]) -1

 

end Value  = maxx(values(Table[Month]), [Measure]) +1

 

Use these in fx of start and end 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.