Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello Everyone,
Is there any custom visual available to display two legends in a line chart?
I don't want to increase my dataset size as per the below solution. Any solution within the chart level is much appreciated.
Thanks
Solved! Go to Solution.
I have developed a column chart with conditional formatting based on my other column using rules.
For each item in another column (Which I want to keep in the legend to change colour of a line) corresponding to the y axis column provided a rule to change colour.
Then changed the column chart to a line chart and created the measures to keep in the value section to satisfy the legend section requirement to get separate lines.
I have developed a column chart with conditional formatting based on my other column using rules.
For each item in another column (Which I want to keep in the legend to change colour of a line) corresponding to the y axis column provided a rule to change colour.
Then changed the column chart to a line chart and created the measures to keep in the value section to satisfy the legend section requirement to get separate lines.
Hey @Anonymous ,
there is the option of a secondary axis for a few visuals:
Combo chart in Power BI - Power BI | Microsoft Docs
I think the best it goes with a column and line chart. Check out the link above.