I want to add “funnel” visualization to my dashboard. I tested the query and visualization under SQL Runner environment, but as I attempted to add this to my dashboard(or explore environment), the visualization here seems completely “broken”.
I have confirmed that these two are the EXACT same queries and visualization setup.
A funnel chart comprises a single set of numbers and a single set of labels which can be oriented:> > - Vertically, using one or more dimensions (labels) and one measure (numbers)> - Horizontally, using a single row with multiple measures (numbers) and column headers (labels)
So if you have the measures instead of the dimensions in explore, that should work
For SQL Runner - technically there are no dimensions or measures selected there as it is a pure SQL, so maybe your results were considered measures there?