Closed flamber closed 3 years ago
I'm running into this as well on 0.34.3
We couldn't merge #15472 into release-x.39.x
because it caused a regression of #15612 -- see #15685 for more context. We'll need to do a separate fix for this for 39+
Fixed by https://github.com/metabase/metabase/pull/15783
There is a rarer case with breakouts https://github.com/metabase/metabase/issues/15785
@flamber should I close this issue?
Fixed by #15778
Describe the bug When showing a line/bar chart with unaggregated data, it sums up the values correctly in the visualization, but hovering the tick will only show a single data point in the tooltip. Hovering the warning triangle in the right-top corner of the visualization will show the warning:
"d" is an unaggregated field: if it has more than one value at a point on the x-axis, the values will be summed.
To Reproduce Run this SQL (H2) and set the visualization to line/bar and hover the first tick, which has a summed value of
10
(shown on the visualization correctly), but will show5
in the tooltip.Expected behavior Tooltip should show same value as the visualization.
Screenshots
Information about your Metabase Installation: Metabase x.34.2 and
master
with multiple backends and browsers.:arrow_down: Please click the :+1: reaction instead of leaving a
+1
orupdate?
comment