Forum Discussion
TWilliams3
5 years agoRegular Visitor
Plotting Multiple Data Points on Secondary Axis
Hello, I'm attempting to recreate excel charts with multiple data points on the secondary axis in Power BI. I have been unsucessful so far in doing so, as I haven't discovered a chart that will a...
- Anonymous5 years ago
Hi TWilliams3
I think you want to build a same visual like your screenshot in excel.
You can try to build a line and clustered column chart and turn on Show secondary in Y axis to show the second axis.
For more details you may refer to this blog: Create a combo chart with two axes
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
parry2k
Super User
5 years agoTWilliams3 there is no straightforward way to do this in Power BI, basically whatever you want to show on the x-axis needs to be in a table and then it is easy to control with measures.
- TWilliams35 years agoRegular Visitor
Thank you, Parry