Forum Discussion
Custom Date column won't connect to Date Table
I have 2 identical SQL queries that are respectively imported query and one direct query from an Azure SQL database.
I need to make the imported query in direct query so I can make a scheduled refresh.
I have a date in the imported sales table [ClosedAt] that is Date/Time, I extract the date in a custom column [ClosedAtDate], because my Date/Time column [ClosedAt] won't connect unless it's only the date=
5 Replies
- parry2k
Super User
Rosenmeyer why not change the data type of that column to date
- RosenmeyerFrequent Visitor
parry2k If I change the column to Date it just makes everything go (Blank) when I try to filter by date slicers.
- v-lid-msft
Community Support
Hi Rosenmeyer ,
I do the exact same for the !direct query table!
Could you please share the formula that you create the column "CloseAtDate" for Directquery table? Are you creating it in the Power Query Editor?
Best regards,