The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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)
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,