Forum Discussion

TDargan's avatar
TDargan
Frequent Visitor
1 year ago
Solved

Shared Semantic Models not syncing

Hi - We're trying to create a semantic model that can be endorsed and shared accross the organization. The model works fine at the time as long as the point in time that it was created has 100% of ev...
  • Tutu_in_YYC's avatar
    Tutu_in_YYC
    1 year ago

    Thanks, based on the screenshot, it doesnt look like you are making a live connection to an existing semantic model. Live connection is the common mode for reports sharing the same semantic model, where no further semantic models would be created.

    Looks like what your users are actually doing is creating a local model based on an existing semantic model, this technique is called Chaining which results in either a DirectQuery or even possibly a Composite model if you user end up adding more data sources to the model. That means there will be 2 semantic models, ie the original and the newly created.

     

    In regards to "automatically connects to table added later", im testing this. Will report back.

  • Tutu_in_YYC's avatar
    Tutu_in_YYC
    1 year ago

    TDargan 
    The  "automatically connects to table added later" only valid in Power BI desktop, ie when you hit refresh in power bi desktop, it will scan for new tables in the existing semantic model in power bi service and bring it into you local model.

     

    It doesnt apply to chained semantic models that have been published to power bi service.

     

    If the idea is to have reports only connected to 1 semantic model that you manage and utilize any new changes/update to the model, you might have to adjust your approach, ie do not let users create a local model after connecting to the semantic model in the service (chaining).

    https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-composite-models#chaining 

    Hope this helps