Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello all! I have this visual and I want it to show information from the current date we are in and then show the rest of the date.
I wonder if there is another way besides excluding the columns I don't wish to see.
Thank you in advance 🙂
@c-iakovidou , You can use a visual level filter , Adavce filter on or after .
Relative date slicer
Or create column like this in date table and use that
flag =
If([Date] >= Today() , "On After" , "Before")
Use this as filter
Thank you so much for your answer!
Can you share some more information about visual level filter ?
@c-iakovidou , refer if this can help
https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-report-add-filter
In date you should get relative option
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.