Forum Discussion
How to put two different curve on the same graph
- 6 years ago
Anonymous
In my opinion, following visual should solve the purpose:
This sample visual I have created using measures.
Is this what you are looking for?
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
Hello Anonymous ,
You can do that by creating two measures: one for 2019 & another for 2020
Hit Rate = DIVIDE(SUM(Posted Invoice), SUM(Invoice Processed))
Hit Rate 2019 = CALCULATE ( [Hit Rate], FILTER( tablename, Year = 2019))
Hit Rate 2020 = CALCULATE ( [Hit Rate], FILTER( tablename, Year = 2020))
and then use these measures in your visuals.
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
Hello,
What you suggest is interesting but What I am looking for is more a dual x axis graph. Let say that for the first curve, the transaction date vary from jan 2019, fev 2019,..., dec 2019. For the other curve we have the transaction date vary from jan 2020, fev 2020..., dec 2020.
So is it possible to get a graph with dual x axis
Regards,
- vivran226 years ago
Community Champion
Anonymous
In my opinion, following visual should solve the purpose:
This sample visual I have created using measures.
Is this what you are looking for?
Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn