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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
itsmeanuj
Helper IV
Helper IV

dynamic y axis with min value as 90% of the value.

Hi Guys,

 

Is there a way in Power BI where we can have a dynamic Y axis with a minimum value of 90% of the total value? this is to see the difference between the 2 bars clearly. I have placed the PBI file at the below link for reference. 

 

https://drive.google.com/file/d/1jjGDyPRG7xlDM6IR7KLNkOkRwHVZ0oSD/view?usp=sharing

 

Thanks,

Anuj

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @itsmeanuj ,

 

What is the sum of your total values? You can calculate the total value using the following measure.

sum = SUMX(ALLSELECTED(Versions),'Versions'[Columns for which the total value needs to be calculated])*0.9

Under the "format your visual" pane, set the minimum y-axis value.

vtangjiemsft_0-1679557079976.pngvtangjiemsft_1-1679557109134.png

Then the result is as follows.

vtangjiemsft_2-1679557135903.png

 

 

Best Regards,

Neeko Tang

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @itsmeanuj ,

 

What is the sum of your total values? You can calculate the total value using the following measure.

sum = SUMX(ALLSELECTED(Versions),'Versions'[Columns for which the total value needs to be calculated])*0.9

Under the "format your visual" pane, set the minimum y-axis value.

vtangjiemsft_0-1679557079976.pngvtangjiemsft_1-1679557109134.png

Then the result is as follows.

vtangjiemsft_2-1679557135903.png

 

 

Best Regards,

Neeko Tang

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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