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

How to Set Collation for Case Sensitivity in Microsoft Fabric Data Warehouse

Hello Community,

 

I'm currently working on creating a data warehouse in Microsoft Fabric and have encountered a challenge with configuring collation settings. Specifically, I am unable to locate an option to specify collation settings to control case sensitivity, such as switching from case-sensitive to non-case-sensitive.

 

Could someone advise if there’s an alternative method or workaround to set the collation within Microsoft Fabric? Any guidance on managing collation settings effectively in this environment would be greatly appreciated.

 

Thanks!

1 ACCEPTED SOLUTION
AndyDDC
Super User
Super User

Hi @AravindhRaju at the moment there are only 2 collations that you can use, and they are Warehouse-wide.  You cannot specify different collations on tables/columns.

 

At the moment you'll need to use the API to create a Warehouse with case-insensitive (CI) collation - Latin1_General_100_CI_AS_KS_WS_SC_UTF8

 

How to: Create warehouses with case-insensitive (CI) collation - Microsoft Fabric | Microsoft Learn

 

You can also create a Warehouse using semantic link from a Notebook

 

Create Fabric warehouse with case insensitive collation

View solution in original post

2 REPLIES 2
AndyDDC
Super User
Super User

Hi @AravindhRaju at the moment there are only 2 collations that you can use, and they are Warehouse-wide.  You cannot specify different collations on tables/columns.

 

At the moment you'll need to use the API to create a Warehouse with case-insensitive (CI) collation - Latin1_General_100_CI_AS_KS_WS_SC_UTF8

 

How to: Create warehouses with case-insensitive (CI) collation - Microsoft Fabric | Microsoft Learn

 

You can also create a Warehouse using semantic link from a Notebook

 

Create Fabric warehouse with case insensitive collation

I just came accross this while working on a similar issue:

Can't find my table in Warehouse (Case sensitivity... - Microsoft Fabric Community

How is it that the Warehouse table names are CASE SENSITIVE, but the Semantic Model built on top of that same Warehouse is NOT CASE SENSITIVE?

Turns out, you can have duplicate table names in a Warehouse if you build them in SSMS: dim_Date and dim_date can co-exist if created in SSMS, but only ONE of them will show up in the Semantic Models or if viewed via the Fabric browser experience.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 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.