Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
CraigBlackman
Helper III
Helper III

Direct Query today date function not working

I have a SQL table i am querying using direct query which dispays sales data for current month up to the current day and same peiod previous month.

 

However the table is displaying dates past today. The old import column used the following formula:

 

DATE = CALENDAR (MINX('order_header', [Order Date]), NOW())

 

This does not work in direct query.

 

How do i achive same result?

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @CraigBlackman,

 

Were you attempting to create a calendar table using the formula above when connecting to SQL server in Direct Query mode? However, this is not supported roght now, as the "New Table" feature is disabled.  To work around your issue, I think you should create that calendar table within SQL Server database, then load data to PowerBI as datasource.

 

Besides, someone has submitted this request, you can click here and vote it up.

 

Thanks,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors