This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |