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,
I have a simple line graph with a measure and a date column from a date table (below)
Then the date slicer is also from the date table and not the fact table. As the graph is on a continuous and not a categorical axis, is there anything that can be done to get the axis to move with the line when the slicer is changed?
I'm stuck for space for categorical and my expected outcome below is that with the slicer starting at 01/01/2025, the axis would start then also.
Thanks
Liam
Solved! Go to Solution.
@lherbert501 , With Slicer, the Axis will adjust, hope the axis is also from Date and on date field
But if you want to keep the axis the Same and only want to move the line. Then add a measure with +0 and make that line width 0
Measure 1= 0
Or measure 1 = countrows(Table)+0
@lherbert501 , With Slicer, the Axis will adjust, hope the axis is also from Date and on date field
But if you want to keep the axis the Same and only want to move the line. Then add a measure with +0 and make that line width 0
Measure 1= 0
Or measure 1 = countrows(Table)+0