Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I want the x-axis line shown here (as the red line). But I cannot find where to set.
Thanks
Yun
Solved! Go to Solution.
@YunJ , you have an option in Analytics pane,
https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane
Or you can create a line clustered chart. Create a measure with static value and use that. You can choose the color for line
Measure = 10
@YunJ , you have an option in Analytics pane,
https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane
Or you can create a line clustered chart. Create a measure with static value and use that. You can choose the color for line
Measure = 10
Thanks!