Forum Discussion
Azure DevOps Reports files not sync with Power BI Workspace
- 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'.
- 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.