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
JoopKim
New Member

Is it not possible to use Dataflow with DB objects that have names in Korean?

I encountered the following error in Dataflow (Gen2). The source is on-premises Oracle, and both table names and column names are in Korean. Is it not possible to use Dataflow with DB objects that have names in Korean?


There are no results for query_WriteToDataDestination: Mashup Exception Expression Error Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: An error occurred while creating the Lakehouse table in the version. Basic error: The table can only contain uppercase or lowercase letters, numbers, or underscore characters. Details: Reason = Expression.Error;Message = The table can only contain uppercase or lowercase letters, numbers, or underscore characters.;Message.Format = The table can only contain uppercase or lowercase letters, numbers, or underscore characters.;Microsoft.Data.Mashup.Error.Context = User GatewayObjectId: e812cb4a-c1e2-4849-ba3e-4d5a0808c9fb

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @JoopKim 
Thanks for using Fabric Community.
The error message states that the Lakehouse table can only contain uppercase or lowercase letters, numbers, or underscore characters. This limitation is likely causing issues with your Korean table and column names.
Unfortunately, Dataflow Gen2 currently has limitations regarding non-ASCII characters (including Korean characters) in table names. The table names must adhere to the alphanumeric and underscore convention (uppercase or lowercase letters, numbers, or underscores). As a result, using Korean table names directly may not be possible within Dataflow Gen2.

Possible Workarounds:

While direct use of Korean table names might not be feasible, consider the following workarounds:

  • Rename Tables: If possible, rename your tables to use only alphanumeric characters and underscores. For example, translate the Korean names into English or use a consistent naming convention.
  • Alias Columns: If the column names are in Korean, you can still use them in your queries. However, consider aliasing them to valid English names in your Dataflow transformations.

Hope this helps. Please let me know if you have any further questions.

View solution in original post

3 REPLIES 3
JoopKim
New Member

Your help has been greatly appreciated. I am glad to have identified the cause clearly. I should consider using alias instead of rename. Thank you for your diligent response.

Anonymous
Not applicable

Hi @JoopKim 
Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.

Anonymous
Not applicable

Hi @JoopKim 
Thanks for using Fabric Community.
The error message states that the Lakehouse table can only contain uppercase or lowercase letters, numbers, or underscore characters. This limitation is likely causing issues with your Korean table and column names.
Unfortunately, Dataflow Gen2 currently has limitations regarding non-ASCII characters (including Korean characters) in table names. The table names must adhere to the alphanumeric and underscore convention (uppercase or lowercase letters, numbers, or underscores). As a result, using Korean table names directly may not be possible within Dataflow Gen2.

Possible Workarounds:

While direct use of Korean table names might not be feasible, consider the following workarounds:

  • Rename Tables: If possible, rename your tables to use only alphanumeric characters and underscores. For example, translate the Korean names into English or use a consistent naming convention.
  • Alias Columns: If the column names are in Korean, you can still use them in your queries. However, consider aliasing them to valid English names in your Dataflow transformations.

Hope this helps. Please let me know if you have any further questions.

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.

Top Kudoed Authors