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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
itso
Advocate I
Advocate I

Date format in pbi

Hi

I'm connecting direct query to SAP BW.

I have a date field that for some reason, pbi detect like text.

I try diferent regional settings, but everitame format it was text and it not possible to change it.

 

image.png

 

Because i'm in direct, i cant transform the column.

Have someone any idea?

Thanks a lot

6 REPLIES 6
v-caliao-msft
Microsoft Employee
Microsoft Employee

@itso,

 

You could create a calculate column by using the DAX expression below.
Column = DATE(MID(Table2[Date],7,4),MID(Table2[Date],4,2),MID(Table2[Date],1,2))

Capture.PNG

 

Regards,

Charlie Liao

Hi Charlie,


I couldn't create calculated column, because i'm in direct query and options is only creation a measure.

 

Itso

 

 

@itso,

 

If that is that case, you could create a column in your source database. Besides, we can create calcualted column in directquery mode.

 

Regards,

Charlie Liao

itso
Advocate I
Advocate I

Somebody?

Anonymous
Not applicable

What does it do if you try and change the Data type to Date?

It's not active - not posible.

Helpful resources

Announcements
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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Kudoed Authors