i have three columns, but because of the nature of the data - looker seems to get two things wrong
1) it treats all three columns as one line - they are all calculation tables
sub note: if i remove the calculation tables, it still treats all the columns as one line anyways
2) it also mixes up the x & y axis when the date should be the x axis and the values should be the y axis
any proposed solutions to fix this?
My inputted SQL table is structured something like this:
2023-06 | 62 | 14 |
2023-05 | 141 | 15 |
2023-04 | 33 | 9 |
(also - does anyone know if it's possible to put two tables in looker visualization - so i could access one other table to perform additional calculations)
Solved! Go to Solution.
Hi, if you want to visualise your numeric values as line on this graph, you should create a measure for them, rather than a dimension. This is a change you'll need to do in lookml