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.
Hi All,
I have date field in my data model. I have kept that date field at UI as a slicer. But when click on year it shows those years also which are not there in date field . eg 2009 , 2010, 2022. Why is that so?
Please suggest solutions.
Regards
Vaishali
Solved! Go to Solution.
@Vaishali04 That's a default behavior of Date Slicer. It will show up all the year irrepective of your Date's date.
One workaround is that you can split the Day, Month, and Year in individual slicer. Like I did for Year so it will only show as per your data available in Date table.
Year = YEAR(Calendar[DateColumn])
Likewise create for Month and Day.
@Vaishali04 That's a default behavior of Date Slicer. It will show up all the year irrepective of your Date's date.
One workaround is that you can split the Day, Month, and Year in individual slicer. Like I did for Year so it will only show as per your data available in Date table.
Year = YEAR(Calendar[DateColumn])
Likewise create for Month and Day.
@Vaishali04 , This happens with the Date Range slicer, know behavior.
You can check or log an idea -https://ideas.powerbi.com/ideas/
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.