Forum Discussion

yakkantiV's avatar
yakkantiV
Advocate I
1 year ago
Solved

Azure DevOps Reports files not sync with Power BI Workspace

Hi    Power BI workspace files after clicking commit changes will be available in the Azure Repos Master Branch.   Azure Repos Master Branch I added new file but this not available in the Power B...
  • V-yubandi-msft's avatar
    1 year ago

    Hi yakkantiV ,

    Good points on workspace syncing and correct repo path rohit1991  & Deku .

    Additionally, the new file may not be appearing in Power BI because it does not conform to the required PBIP format. Power BI supports only PBIP files, which must be stored in the following directories.

    1. reports/.report/

    2. datasets/.dataset/

     

    Furthermore, after committing changes, you must manually click  Get latest  in Power BI to sync it from Azure Repos.

     

    If my response solved your query, please mark it as the Accepted solution to help others find it easily.

    And if my answer was helpful, I'd really appreciate a 'Kudos'.

  • yakkantiV's avatar
    yakkantiV
    1 year ago

    V-yubandi-msft yes your right.

    from local pbix file save as pbip format -----> move changes to Azure Repos ------> in power bi ws you have sync it in your workspace then this file will prsent in workspace.

     

    thanks for your clarification and i also worked in the same way.