Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
How can I filter in Direct Query Mode on Datasets of a Date-Field with the today or now function?
Solved! Go to Solution.
Hi @Anonymous,
In your scenairo, you can create a calculated column to compare the date field with the Today() function, then you can place this calculated column in page filter or report filter to filter date based on checked values. See:
DateBeforeToday = IF(test0810[date]=Today(),"Today","NotToday")
Also you can define the filter when you connect to the database (assume it's SQL Server database) like below:
Best Regards,
Qiuyun Yu
Hi @Anonymous,
In your scenairo, you can create a calculated column to compare the date field with the Today() function, then you can place this calculated column in page filter or report filter to filter date based on checked values. See:
DateBeforeToday = IF(test0810[date]=Today(),"Today","NotToday")
Also you can define the filter when you connect to the database (assume it's SQL Server database) like below:
Best Regards,
Qiuyun Yu
Thanks! It works with direct Live Connections on SQL.
It does not work on SQL Server analysis Services Database... There is no option to add meaures in PowerBI....
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |