Forum Discussion

lherbert501's avatar
lherbert501
Icon for Post Prodigy rankPost Prodigy
1 year ago
Solved

Continuous axis with Date Slicer

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

 

 

 

  • 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  

1 Reply

  • 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