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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

Change Start and End Values on Y Axis for Slicer

I have set End Values for both of my y axis on left (0.6) and right side (100k) so that it is scaled correctly. Is there a way to have a set End Value for each of the selections in my slicer so that I don't have the problem as you see below where it is scaled awkwardly? I am not wanting it to be dynamic due to the line values that I have manipulated to match the chart. Thanks!

 

uic80116_1-1611170806971.png

uic80116_2-1611170865419.png

 

 

 

2 REPLIES 2
v-alq-msft
Community Support
Community Support

Hi, @Anonymous 

 

Unfortunately, it is unsupported to have a set Start/End Value for each of the selections in my slicer in Power BI currently. I'd like to suggest you vote on the idea and add your comments there to improve Power BI for making this feature coming sooner.

 

Best Regards

Allan

 

 

MFelix
Super User
Super User

Hi @Anonymous ,

 

If you setup the value mannually the axis is always set to that limit so you get that type of information there is no direct way of having the values to be assume a value based on a measure  the auto does that but is based on the current value.

 

One work around can be to use a line and stacked column chart and use  new measure to add and additional value to your values that way you can overcome the additional value of the auto axis. to what I can see you already have a over and below the budget value so you just need to make it calculate the values 

 

Example:

 

MFelix_0-1611309123707.pngMFelix_1-1611309147381.png

 

In this case I added a measure with the following code:

 

Measure = IF(SUM('Table'[Value])<= 0,6 ; 0,6 - SUM('Table'[Value]) ; 1,1 * SUM('Table'[Value]) -SUM('T

This forces the value if below 0,6 to be 0,6 because its the sum of both values.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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