Forum Discussion
Anonymous
8 years agoNot applicable
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 gr...
- 8 years ago
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
- 8 years ago
Here is a link on how to create a Dual Y-Axis Line Chart using R Visuals in Power BI.