Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
bdoucet
Contributor
Contributor

Bullet Chart - Adding Measure as Target Value

I'm trying to create a bullet chart comparing current year to prior year totals and I'd like the target line to be the prior year totals. I see the option to add a target but you either need to hardcode a static value or write a new function. Is it possible to use a measure from the mater items as the target value?

Labels (1)
2 Replies
Lisa_P
Employee
Employee

Depending on your version, you should be able to use your measure as the Target value.

If you open the expression editor for the Target start typing the measure name and you should find it.

Aasir
Creator III
Creator III

Define a variable using the below expression and use it as target variable in the bullet chart.

Sum({<Year={"$(=Max(Year)-1)"}>} YourMeasure)