Forum Discussion

KristianHamlin's avatar
KristianHamlin
Frequent Visitor
7 years ago
Solved

How do i add 2 Line values within a Column and Line chart?

I have a simple bar chart where i have 2 years that i am comparing next to each other   ie January to December and then bar column for for each month for 2018 and one for 2019 lets say this is show...
  • calerof's avatar
    calerof
    7 years ago

    Yes. One for current year:

    Job Volume = COUNT( [Fact] )
    Job Volume LY = CALCULATE(
                                                  [Job Volume],
                                                 SAMEPERIODLASTYEAR( [Date] )
                                 )

    Regards,

     

    Fernando