Forum Discussion

AparnaJ's avatar
AparnaJ
Helper I
1 year ago
Solved

Semantic Model

Hi,   Question on Semantic Model. Trying to consume two semantic models, once they are imported into the desktop pbix, connection is changing to "Direct Query". Is there a work around to make this ...
  • Ritaf1983's avatar
    1 year ago

    Hi AparnaJ 

    Hi Aparna,

    When connecting to Semantic Models via Power BI Desktop, the default connection mode is DirectQuery – and unfortunately, it cannot be changed to Import or Live, especially when more than one model is involved.

    Possible alternatives (depending on your scenario):

    1. Composite Model – This allows combining multiple datasets (semantic models). This is essentially what Power BI is doing in the background when you add more than one model.
      Official Microsoft documentation on Composite Models

    2. Dataflows – If you control the data source, consider using Power BI Dataflows as a shared ETL layer that feeds multiple reports, instead of connecting directly to existing models.
      Introduction to Dataflows - Microsoft Learn

     A quick video on combining datasets using composite models:
    Managing Multiple Datasets - Guy in a Cube

     

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly