bullet chart apache superset #36287
Replies: 1 comment 1 reply
-
|
Hi @fifi1905! I'm Dosu and I’m helping the superset team. In Superset's Bullet Chart, the Markers field is currently designed to accept only static numeric values—you can't reference a measure or metric directly in this field. This is a known limitation and has been discussed by other users as well: both the achievement (measure) and the target (marker) should ideally be dynamic, but at the moment, only the measure can be set dynamically, while the marker (target) must be entered manually as a number. There is no UI option to select a metric or column for Markers, and typing a measure name will not work. You can see more about this limitation in this discussion: Superset Discussion #28647. If your targets are dynamic, a common workaround is to preprocess your data outside Superset (for example, in your database or ETL pipeline) so that your achievement and target are both available as columns or calculated values. Then, you can use the achievement as the measure and manually enter the target value in the Markers field. If you need fully dynamic targets, you may want to follow Superset updates or feature requests for future support, as this is a frequently requested enhancement. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to visualize the performance of my achievements compared to my targets using a Bullet Chart, similar to what you would see in a dashboard or performance analysis in Superset.
However, I’m facing an issue with the Markers field: I need to enter the Measure corresponding to my target column, but Superset doesn’t accept it. The field does not automatically display my measures when typing, which prevents me from adding my measure to Markers.
How can I correctly add my measure to this field?
Beta Was this translation helpful? Give feedback.
All reactions