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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I use several constant X-axis lines to highlight a date range, but the problem is when I filter by date. it yields a result with empty areas and the constant lines always there :
there's a way to fix this?,
thank you !
Solved! Go to Solution.
@mouhsinebella , You can use a measure in Constant line , so try a measure like
if(date(2020,06,01) >= minx(allselected(Date), Date[Date]) , date(2020,06,01) , blank())
@mouhsinebella , You can use a measure in Constant line , so try a measure like
if(date(2020,06,01) >= minx(allselected(Date), Date[Date]) , date(2020,06,01) , blank())
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.