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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
WendyDUFE
Helper III
Helper III

Y axis start and end value keep consistent among different visuals on the same report page

Hi 

 

I want to display two visuals on the same report page to compare the two given customers' Measure value.

 

They can be

1)the same customer but different year

2)the different customer different year

3) the different customer but same year

 

To make it, I put two same visuals like below. However, the Y axis value is auto adjusted according to the give customer' measure figure, which is not that easy for the user to get which customer's ratio is higher initially looking at the visuals. It may confuse the user that in the snap below, their measure data is almost the same, but actually they are not. The left visual highest value is 800% but the right one over 2000%.

 

WendyNHK_0-1605172961890.png

 

Is there a way to manipulate the two visuals to use the same Y axis start / end value ?

 

1 ACCEPTED SOLUTION
v-zhenbw-msft
Community Support
Community Support

Hi @WendyDUFE ,

 

Sorry for that the Y axis start and end is auto, if you want to change the range, you need to configure it manually.

Perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Or you can create a measure. Put the measure in values and configure the color as white.

Please refer the following steps.

 

1. Create a measure and put it in Values in each of line chart.

 

Measure = CALCULATE(MAX('Table'[value]),ALL('Table'))*1.5

 

Y1.jpg

 

2. Configure the color of measure as white. Close the secondary Y axis.

 

Y2.jpg

 

Hope it can help you.

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

BTW, pbix as attached.

View solution in original post

4 REPLIES 4
v-zhenbw-msft
Community Support
Community Support

Hi @WendyDUFE ,

 

Sorry for that the Y axis start and end is auto, if you want to change the range, you need to configure it manually.

Perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Or you can create a measure. Put the measure in values and configure the color as white.

Please refer the following steps.

 

1. Create a measure and put it in Values in each of line chart.

 

Measure = CALCULATE(MAX('Table'[value]),ALL('Table'))*1.5

 

Y1.jpg

 

2. Configure the color of measure as white. Close the secondary Y axis.

 

Y2.jpg

 

Hope it can help you.

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

BTW, pbix as attached.

thanks, I think the measure works!

@WendyDUFE 

 

Have you tried using the options to specify a statis Y start value in Y-axis option of the Formatting tab?

@veenashenolikar, start value is fine, it can be set as 0 (statis value as you mentioned)., the problem is the end value because I don't know what is the proper end value to be set. The value can be very high ,e.g. over 3000%, if I set as 5000%, then when user select two customer whose measure value is within 100%, then the graph does not make any sense.

 

So I am wondering if there is any workaround to keep the two visuals' y axis end value consistent according to the measure value (the given customers selected by user from the slicer)

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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