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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 122 | |
| 104 | |
| 45 | |
| 31 | |
| 24 |