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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a slicer where I want it to always defult to todays date so i created a calculated column:
Solved! Go to Solution.
Hi @EMSSS22 !
If you change the DAX to something like bellow and of course sort the column is_today by date, should work.
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
If you want to see dates >= today, so you can put the dates column on visual filters and use relative date like the image.
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
Hi @EMSSS22 !
If you change the DAX to something like bellow and of course sort the column is_today by date, should work.
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
That's great thank you! How do I keep in that I only want to see dates after TODAY() - my dataset has dates
This part: IF([Start]>TODAY(),[Start]&""
If you want to see dates >= today, so you can put the dates column on visual filters and use relative date like the image.
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
Amazing thank you!
Why dont you try this relative date slicer to select defaul date dynamically.
If I answered your question, please accept is as solution and give kudos!