Forum Discussion

PWTRyanWhite's avatar
PWTRyanWhite
Frequent Visitor
1 year ago
Solved

Semantic Model unable to load from Mirrored Database

Hi,   I'm running into an issue with creating a semantic model from an Azure SQL Mirrored Database. Everytime I try and look at the data as a preview in Fabric, I keep getting this error.   Canno...
  • rosha_rosha's avatar
    1 year ago

    Option 1: Create Semantic Model from the Lakehouse (not SQL endpoint)
    Instead of using the SQL endpoint, try this:

    Go to your Lakehouse in Fabric.

    Use “New Semantic Model” directly from the Lakehouse table view (not the SQL endpoint).

    Select the tables you want and click “Create”.

    This method uses Fabric-native metadata and avoids schema errors from the mirrored SQL endpoint.

    Option 2: Use Dataflow Gen2 to Load into a Warehouse or Clean View
    Use a Dataflow Gen2 to read from the Lakehouse.

    Store the clean data into a Fabric Warehouse.

    Build your semantic model from the Warehouse, which has full SQL support and reliable metadata handling.