Forum Discussion
Line Chart, with comparison time
- 6 years ago
Unicorn_Tech you need to set relationship between date table and your original table and then you can use parallelperiod function as described in the link.
@parry2k, that sounds like what I need exactly, but I might need a bit more of an explanation here. I have a single table, that has dates, and pageviews. I take it you aren't suggesting an additional column, and I did build a seperate table of Dates, per the link you hd put in.
Currently, the date table I created and my original table are unrelated. How does the Timeline dax fit into this now?
I think the timeline feature I'm most interested in is PARALLELPERIOD
Unicorn_Tech you need to set relationship between date table and your original table and then you can use parallelperiod function as described in the link.