Forum Discussion

stribor45's avatar
stribor45
Post Prodigy
1 year ago
Solved

Connecting to the source

In my organization there is a report available lets clal it report A.  when i look at this report in service I can see this report and I can also see its semantic model as well. How can I create my o...
  • Gabry's avatar
    Gabry
    1 year ago

    You can connect to a semantic model either via a live connection (which doesn’t allow access to the Data View) or through DirectQuery, with all the associated limitations.

    If you choose DirectQuery, you can use Power Query to make modifications, but remember to account for the constraints of DirectQuery.

    There are no other connection methods. If you create a local model and make modifications, the original model remains unchanged. Similarly, using a live connection will not alter the original model.

    To change the original model, you need to publish your updates to the service and overwrite the existing model.

    You can find more information in the documentation here: Power BI Report Lifecycle.