Forum Discussion
Overlapping temporal graph
Hello everyone
I'm trying to create a temporal graph, of lines, with the same variable but in two different years. That is, a single variable, and on the x-axis only the months, and then paint two lines one of each year. Something like the example where red is one year and blue another, I guess creating a measure
3 Replies
- amitchandakSuper User
Syndicate_Admin , You can use the year as legend and use month on axis
but that will not give a continuous line.
- Syndicate_AdminAdministrator
It is not expected. I was thinking about creating a measure with the data variable and having it filter out only the year I need. Any ideas?
- Syndicate_AdminAdministrator
I have managed to do something similar, but if I put months on the x axis I see the accumulated of the month, and the idea is to represent in the lines the daily data but in the x axis only the months, I do not know if it is possible.