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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
PWTRyanWhite
Frequent Visitor

The logical type TimeSpan is not supported in Delta format. Reason: Data Pipeline

Hello,

 

I've seen this issue pop up for many users. Most responses consist of change the data type at the source, however, I cannot change the data type at the source. I have transformed the destination sink type to string but I keep getting the same issue.

 

Any other thoughts other than just removing the fields from the data set?

3 REPLIES 3
Anonymous
Not applicable

Hi @PWTRyanWhite ,

 

As FabianSchut mentioned, the best way I can think of is to write some query steps as well:

  • Custom Conversion: Before writing to the Delta format, you can apply a custom conversion to convert the TimeSpan value to a supported format, such as a string representation of total milliseconds or seconds. This way, you can retain the TimeSpan information without losing data.
  • Intermediate storage: Use an intermediate storage format that supports the TimeSpan type, such as Parquet and then convert to Delta format.

Best Regards,
Adamk Kong

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

PWTRyanWhite
Frequent Visitor

Unfortunately, writing queries is not really an option at my company. Is there another way you can think of? 

FabianSchut
Super User
Super User

Hi @PWTRyanWhite,

 

Are you able to query your source? You could write a query that uses casting in the select statement to change the column to a type that is supported. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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