Forum Discussion

Roomie117's avatar
Roomie117
Helper I
2 months ago
Solved

Unable to Deploy RDL Files to Power BI Service via GitHub

Hi, I have been using GitHub.com for a while, and it has been working fine until I encountered a new issue. I can create an RDL file and submit it through a pull request (PR) without any problems. H...
  • tayloramy's avatar
    2 months ago

    Hi Roomie117, just dropping an RDL file into the git repo will not work to deploy it, just like dropping a pbix file in git will not work to deploy it. 

     

    If you first upload the RDL file to a workspace manually, and then commit that to git, you will see the folder structure and files that need to exist. Each item is represented as a folder in Git, and within that folder are the item definitions, for reports those are in the PBIP format.