Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
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.
Then the result is as follows.
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.
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.
Then the result is as follows.
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.
User | Count |
---|---|
98 | |
76 | |
76 | |
49 | |
27 |