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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Heinrich
Post Patron
Post Patron

Date field in Direct Query

Hello
I am using CQD for making some reports

The CQD is DirectQuery. Which type is the Date-Field.
I would like to do a slicer and this does not work.
Is it possible to find out which type it is
And how if "text" it can be reformatted locally.
Have a great day
JFM_12

1 ACCEPTED SOLUTION

@Heinrich if my answer has resolved your problem, please accept it as solution. 

How has it worked?

BBF

View solution in original post

3 REPLIES 3
BeaBF
Memorable Member
Memorable Member

@Heinrich Hi!  it could be because the field is formatted as text instead of date or datetime. Power BI slicers require date fields to be properly recognized as date types to function correctly.

1. You can add a calculated column in Power BI that parses the text date into a date type:

Go to the Modeling tab, and choose New Column.

Use a formula to convert the text into a date. Here’s a formula:
ConvertedDate = DATEVALUE('TableName'[DateField])

2. In Power BI Desktop, go to Transform Data to open Power Query.
Find the Date field in the query editor, select it, and then change its data type to Date or DateTime (depending on your needs).
This transformation may work depending on the configuration, but if it’s not allowed in DirectQuery mode, then stick with 1 above.

 

BBF

Hello BeaBF Thank you very much for your answer. Have a great day JFM_12

@Heinrich if my answer has resolved your problem, please accept it as solution. 

How has it worked?

BBF

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.