Forum Discussion
report published via git integration does not render in the service but renders fine if published di
Hi, I have a report saved as a power bi project. This project is versioned controlled in GitHub and GitHub integration is configured at workspace level. Everything works as expected (changes are picked up via the integration, the workspace is synced with the repository) but the report does not render.
If I publish the report directly (by opening the .pbip file and publishing) the report renders correctly. But not if synced via the GitHub integration.
For what it's worth, whenever I edit and save the .pbip file I am prompted to confirm I want the file to be upgraded to .pbir which then successfully fails:
Am I missing something?
Thank you!
gilby - thanks for looking at this. I think I understand the issue, and it is something that one the one hand does not appear to be explicitly stated in the documentation but on the other hand it makes sense: in a PBI project folder the data is stored in ```ProjectName.SemanticModel/.pbi/cache.abf```. This file is ignored by Git by default - in other words, the data does not make it to source control (d'oh!) and so the model needs to be refreshed in the service after initially being synced from source control - at least this is how I understand it. So seems the PBI Project approach coupled with Git integration is not applicable to models using data not accessible via the service.
Thanks!
4 Replies
- _onto_Helper I
gilby - thanks for looking at this. I think I understand the issue, and it is something that one the one hand does not appear to be explicitly stated in the documentation but on the other hand it makes sense: in a PBI project folder the data is stored in ```ProjectName.SemanticModel/.pbi/cache.abf```. This file is ignored by Git by default - in other words, the data does not make it to source control (d'oh!) and so the model needs to be refreshed in the service after initially being synced from source control - at least this is how I understand it. So seems the PBI Project approach coupled with Git integration is not applicable to models using data not accessible via the service.
Thanks!
- V-yubandi-msftCommunity Support