Forum Discussion
Secondary Axis with Legend
Hello,
I am trying to create a line graph with values in the y-axis and secondary Y-axis and a legend that you can add names with a filter.
So basically you could view one asset or one line or add 10 assets and have 10 line graphs with it's existing data. It seems like the regular line chart in PowerBI does not allow you to add a secondary y-axis value with a legend field. Is there a work around for this?
Thanks,
George
3 Replies
- qqqqqwwwweeerrrSolution Sage
- MQaiserJavedHelper I
Hi gstredny
Double axis, instead multi axis line or combo (line, column and area) in one chart. Normally, I use ChartExpo' Multi-axis Line chart in PBI, custom visual.
Regards,
- AnonymousNot applicable
Hello,
I started to develop a custom visual line chart with multiple axis based on a legend field
You can try it out on github:
https://github.com/EquinetPaul/powerbi_multiple_axis_legend_linechart/
It's the very begining of the code (and of my custom visual development understanding)