The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all!
I've seen a lot posted about x-axis constant but I still can't figure out why mine isn't showing. Please see below. I'm using a line chart with Date hierarchy (year and month) but don't see the X-Axis Constant Line option. Does anyone know why? Any help on why is greatly appreciated.
Side question - has anyone created a verticle line that can auto shift based on the current month? I'm creating a actuals to forecast report where the reports refreshes each month once actuals are posted. The verticle line would simple distinguish the actuals from forecast. The line is a client request as they don't like the solid line for actuals vs dotted line for forecast.
Solved! Go to Solution.
Hi
The x-axis needs to be numeric[ex: year], so that you can quantify where the constant line in x axis should be added. Since you have month/year[which is string+numeric] on your x axis, you lose the ability to add x axis constant line.
With current structure you can leverage error bars to add a line as below.
Hi
The x-axis needs to be numeric[ex: year], so that you can quantify where the constant line in x axis should be added. Since you have month/year[which is string+numeric] on your x axis, you lose the ability to add x axis constant line.
With current structure you can leverage error bars to add a line as below.
Thank You It Really Helped me
This solution is working great. Thank you!