Skip to main content
Solved

Thinkwise Platform in SQL database in MS Fabric

  • November 28, 2025
  • 2 replies
  • 29 views

Christian Schmidtchen
Apprentice
Forum|alt.badge.img+1

Hallo everyvone,

we currently have a customer who would like to use the database in MS Fabric. We are having some difficulty setting up the Thinkwise platform.

Has anyone ever got the platform to work in MS Fabric? Is this even supported?

Thanks and best regards from Germany.

Best answer by Mark Jongeling

Hi Christian,

Theoretically it should be possible. However, a couple settings need to be set properly. 

In the Indicium appsettings.json file, you need to set UseAzureActiveDirectory to true in the MetaSourceConnection. Recycle or Restart Indicium after this.

It should look something like this:

"MetaSourceConnection": {
"UseAzureActiveDirectory": true,
"Server": "tcp:<warehouse-name>.<region>.fabric.microsoft.com",
"Database": "<warehouse-name>"
}

It is required to use Enrta authentication using service principals Microsoft Entra Authentication in Fabric Data Warehouse - Microsoft Fabric | Microsoft Learn

Hope this helps!

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • November 28, 2025

Hi Christian,

Theoretically it should be possible. However, a couple settings need to be set properly. 

In the Indicium appsettings.json file, you need to set UseAzureActiveDirectory to true in the MetaSourceConnection. Recycle or Restart Indicium after this.

It should look something like this:

"MetaSourceConnection": {
"UseAzureActiveDirectory": true,
"Server": "tcp:<warehouse-name>.<region>.fabric.microsoft.com",
"Database": "<warehouse-name>"
}

It is required to use Enrta authentication using service principals Microsoft Entra Authentication in Fabric Data Warehouse - Microsoft Fabric | Microsoft Learn

Hope this helps!


Christian Schmidtchen
Apprentice
Forum|alt.badge.img+1

Hi Mark,

thnak you, that helps a lot. Indicium is now runnig.