Forum Discussion
Anonymous
5 years agoNot applicable
line graph display
hi i have a line graph showing data for entire last year and current year 2 months but my current year data is displaying in right side i am looking for data to be displayed left side below jan 2...
- 5 years ago
Hi Anonymous,
You can use date hieracrchy as:
Here is the output:
Best Regards,
Link
avatorl
Impactful Individual
5 years agoYou need to use common Axis X for both lines. Make a chart with 2021 line only. Then create a measure for last year data (it must return Jan 2020 value if selected period is Jan 2021 and so on, you can use https://docs.microsoft.com/en-us/dax/sameperiodlastyear-function-dax) and use this measure for your second line.