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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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 

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
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 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.