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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.