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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
User | Count |
---|---|
97 | |
73 | |
69 | |
43 | |
23 |