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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
WithwindOK
Frequent Visitor

When writing to a lakehouse target table using Dataflow Gen2, how can I specify the schema

When writing to a lakehouse target table using Dataflow Gen2, how can I specify the schema.When the table name contains the character '.', an error will occur.

WithwindOK_0-1741222475192.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @WithwindOK 

 

Update to the above link:

 

Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn

 

vnuocmsft_3-1741231637946.png

 

 

By default, it is placed in the dbo schema. You can drag and drop it into the target schema.

 

vnuocmsft_0-1741231134668.png

vnuocmsft_1-1741231154321.png

vnuocmsft_2-1741231543819.png

 

Regards,

Nono Chen

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

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @WithwindOK 

 

The error message indicates that the table name contains invalid characters, specifically a period (.), which is not allowed. When writing to a Lakehouse target table using Dataflow Gen2 in Microsoft Fabric, you can follow these steps to resolve this issue:

 

Make sure that the table name contains only valid characters: letters, numbers, underscores (_), and cannot end with a space.

 

If you need to include a schema (such as ShangWuUser), define the schema separately in the Dataflow Gen2 settings instead of embedding the schema name directly into the table name.

 

About specifying the target schema in Dataflow Gen2:

 

In the target settings of Dataflow Gen2, you can select an existing table or create a new table. If the target table supports schemas, you can specify the schema when connecting.

 

If the table name contains invalid characters (such as .), the system automatically adjusts the table name to conform to the naming rules of the target.

 

Please refer to the following links:

 

Dataflow Gen2 data destinations and managed settings - Microsoft Fabric | Microsoft Learn

 

Regards,

Nono Chen

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

Hi @Anonymous 

Excuse me,Where can I choose or set the  schema (such as ShangWuUser)? I didn't see it in the wizard, and it wasn't mentioned in the linked documentation.Would you give me a screenshot of the schema.Thanks.

Anonymous
Not applicable

Hi @WithwindOK 

 

Update to the above link:

 

Lakehouse schemas (Preview) - Microsoft Fabric | Microsoft Learn

 

vnuocmsft_3-1741231637946.png

 

 

By default, it is placed in the dbo schema. You can drag and drop it into the target schema.

 

vnuocmsft_0-1741231134668.png

vnuocmsft_1-1741231154321.png

vnuocmsft_2-1741231543819.png

 

Regards,

Nono Chen

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 July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors