Forum Discussion

Kalaiselvan's avatar
Kalaiselvan
Frequent Visitor
1 year ago
Solved

Re-Publish semantic model without report

Hi, When I amend the semantic model and re-publishing to Power BI Services, it's publishing along with report. I have to publish the semantic model alone, the reports can be created in Power BI Ser...
  • nilendraFabric's avatar
    1 year ago

    Hello Kalaiselvan 

     

    In Power BI, when you publish a semantic model from Power BI Desktop to the Power BI Service, it automatically includes the associated report. Unfortunately, there is no direct way to publish only the semantic model without the report.

     

    try Power BI REST API to programmatically upload a dataset without an associated report

    Or 

    save your Power BI Desktop file as a Power BI Template (.pbit) file, which contains the dataset definition but not the data. You can then share this template file with others, who can use it to create their own reports

     

    Thanks