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](https://cloud.google.com/looker/docs/bullet-chart), 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!