Forum Discussion
2 Y axes
Hi all,
I had a question regarding the line chart visual I want to achieve something like this:
Two Y-axes in the same line visual, so far I have'nt been able to achieve this. It would be great if someone knew of a way or knew about a custom visual for example.
Regards,
L.Meijdam
I am not aware of any custom visual in the store for that. Probably need to look at an R visual.
See previous thread:
https://community.powerbi.com/t5/Custom-Visuals-Ideas/Dual-Y-axis-in-Line-chart/idi-p/153593
Combo charts can have 2 y-axis but one is a column and one is a line.
These are not exactly what you want but you may be able to get there:
https://stackoverflow.com/questions/26727741/how-to-show-a-legend-on-dual-y-axis-ggplot
Here is a link on how to create a Dual Y-Axis Line Chart using R Visuals in Power BI.
5 Replies
- Greg_Deckler
Community Champion
I am not aware of any custom visual in the store for that. Probably need to look at an R visual.
See previous thread:
https://community.powerbi.com/t5/Custom-Visuals-Ideas/Dual-Y-axis-in-Line-chart/idi-p/153593
Combo charts can have 2 y-axis but one is a column and one is a line.
These are not exactly what you want but you may be able to get there:
https://stackoverflow.com/questions/26727741/how-to-show-a-legend-on-dual-y-axis-ggplot
- jhauff77060
Advocate II
Here is a link on how to create a Dual Y-Axis Line Chart using R Visuals in Power BI.
- AnonymousNot applicable
Hi Greg_Deckler,
It's a shame since it can be pretty convenient, anyway thanks for the links. I voted for the idea in the hope to raise some awareness for it. I will deffinitely look into the other links, thanks for sharing them !
Best regards,
L.Meijdam
- d_u_a
Helper I
Did you find a solution for this ? If yes ,could you share with us ?