# ?Help Needed: Dynamic Targets in Bullet Charts

Hi Looker Community,

I’m trying to accomplish something seemingly simple - setting the target in a bullet chart to one of my measures.

I’ve successfully converted my bar chart to a bullet chart using the documentation, but despite multiple attempts, I can’t figure out how to replace the static target with a value from my measures.

{
chart: {
type: 'bullet'
},
series: [{
data: [{
target: 1500000 // Want this to be my measure instead!
}]
}]
}

Has anyone solved this? Any tips would be greatly appreciated!

Thanks in advance!

1 Like

Cool use case! I can confirm that’s not possible today, but I definitely recommend making a feature request by using the Product Idea? button in Looker.