Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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