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! Request now

Reply
Anonymous
Not applicable

Y axis value change based on the target value

 i have line and column chart.  line value starting 300 and 800 range.  i want to set target value based on the selection 

  set start point not “0”, but = Target minus 5%, to make difference visible as much as possible

 

THENNA_41_0-1628773864462.png

 

 

any idea ? y axis value  change  based on the target value ? 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 

You can create a measure based on the current Y axis field value, e.,g. Measure = [Value] * 0.95.

Then add the [value] and measure to the chart. If you currently using a measure as the value, then the new measure can be: Measure = Sum([Value]) * 0.95. 

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Anonymous 

You can create a measure based on the current Y axis field value, e.,g. Measure = [Value] * 0.95.

Then add the [value] and measure to the chart. If you currently using a measure as the value, then the new measure can be: Measure = Sum([Value]) * 0.95. 

 

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

 

Syndicate_Admin
Administrator
Administrator

with the latest updates to Power BI Desktop you can apply formulas to the start and end of the y-axis.

create the measure that allows you to define the range of axis values and define it in the axis configuration options.

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