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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
THENNA_41
Post Partisan
Post Partisan

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
V-pazhen-msft
Community Support
Community Support

@THENNA_41 

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
V-pazhen-msft
Community Support
Community Support

@THENNA_41 

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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