Forum Discussion

mak82pk's avatar
mak82pk
Helper I
8 years ago

Power BI embed Azure SQL direct query error Couldn't load the schema for the database model Couldn'

Couldn't load the schema for the database model
Couldn't load the model schema associated with this report. Make sure you have a connection to the server, and try again.
Please try again later or contact support. If you contact support, please provide these details.
Server xxxx.database.windows.net
Database xxxx
Correlation ID6961a444-0a98-0ead-b1b5-95952f16db63
ConnectionType{FieldValue}
Activity IDf13c0c9e-d4d5-410d-91f8-955658d9dfe3
Request ID5b1a8a3e-c687-b3b9-0d9c-1078ac99d16e
TimeWed Nov 22 2017 18:36:45 GMT+0400 (Arabian Standard Time)
Version13.0.3154.166
 
 
I am using azure sql server direct query with Power bi embed. I have already given privacy level "public"  rights to azure db from Power BI desktop.
 
Does direct query support report filtering ? I am using Power BI embeded javascript SDK.
Imported the reported to Azure and provided correct credentials
<add key="powerbi:AccessKey" value="xxxxM9xNxxxxxxxxxT5L0UuRkh6SDhH02/djcCgyaxFodkA==" />
<add key="powerbi:WorkspaceCollection" value="xxx" />
<add key="powerbi:WorkspaceId" value="bf5fxxx0c6-xxxxxx" />
 
All other reports without direct query are working.
 
 
 
 
 
 
 
 
 

5 Replies

  • Eric_Zhang's avatar
    Eric_Zhang
    Microsoft Employee

    mak82pk wrote:
    Couldn't load the schema for the database model
    Couldn't load the model schema associated with this report. Make sure you have a connection to the server, and try again.
    Please try again later or contact support. If you contact support, please provide these details.
    Server xxxx.database.windows.net
    Database xxxx
    Correlation ID6961a444-0a98-0ead-b1b5-95952f16db63
    ConnectionType{FieldValue}
    Activity IDf13c0c9e-d4d5-410d-91f8-955658d9dfe3
    Request ID5b1a8a3e-c687-b3b9-0d9c-1078ac99d16e
    TimeWed Nov 22 2017 18:36:45 GMT+0400 (Arabian Standard Time)
    Version13.0.3154.166
     
     
    I am using azure sql server direct query with Power bi embed. I have already given privacy level "public"  rights to azure db from Power BI desktop.
     
    Does direct query support report filtering ? I am using Power BI embeded javascript SDK.
    Imported the reported to Azure and provided correct credentials
    <add key="powerbi:AccessKey" value="xxxxM9xNxxxxxxxxxT5L0UuRkh6SDhH02/djcCgyaxFodkA==" />
    <add key="powerbi:WorkspaceCollection" value="xxx" />
    <add key="powerbi:WorkspaceId" value="bf5fxxx0c6-xxxxxx" />
     
    All other reports without direct query are working.
     

    mak82pk

    Per my test, DirectQuery works fine in Power BI Embedded. Did you update connection string and credential after importing the pbix file?

     

    By the way, the legency Power BI Embedded is being deprecated and will continue working till end of June 2018, just consider migrate it to Power BI Service.

    • mak82pk's avatar
      mak82pk
      Helper I

      No i did not make any changes to DB after import

      • Eric_Zhang's avatar
        Eric_Zhang
        Microsoft Employee

        mak82pk wrote:

        No i did not make any changes to DB after import


        mak82pk

        I don't think this snapshot from Power BI Service has anything to do with the error in your original post. You're using Power BI Embedded workspace collection, right? Have you ever tried to update connection string and credential as in my previous reply?