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 BI Workspace ? any ideas 

 

 

  • 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.

5 Replies

  • Hi yakkantiV 

     

    When you add a file in Azure Repos it won’t appear in the Power BI workspace straight away. You have to go into the workspace and run Sync from Git to pull the latest changes. Also check you’re on the right branch most workspaces use main, not master. Keep in mind that only supported items show up, like PBIR for reports or TMDL for datasets, and they need to be in the right folder structure. A normal PBIX dropped in the repo won’t sync. Once the file is in the right format and branch, syncing will make it show in the workspace.

     

  • Deku's avatar
    Deku
    Super User

    Assume you are using git intergration and master branch is connected to workspace?

    You have added new file(report?) to the ADO repo. 

    Have you sync'ed the workspaces to deploy the new item?

    • yakkantiV's avatar
      yakkantiV
      Advocate I

      Have you sync'ed the workspaces to deploy the new item? Yes 

  • V-yubandi-msft's avatar
    V-yubandi-msft
    Community Support

    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
      Advocate I

      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.