Skip to content
Discussion options

You must be logged in to vote

What you're describing looks like a real bug — and a closely related one was recently identified and fixed.

How the Time Column filter is supposed to work:

When you apply a "Time Column" filter on a dashboard, it sends granularity_sqla via extra_form_data, which the backend maps to the granularity field in the query [1]. The intent is exactly what you expect: swap which column drives the time aggregation on the x-axis without changing anything else about the chart.

What's likely going wrong:

PR #42875 (merged 2026-08-20) describes a very similar symptom. When the Time Column is overridden via a dashboard filter, the backend method _apply_granularity was not only swapping the underlying S…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vhogberg
Comment options

Answer selected by vhogberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant