Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Developer mode & git for reports with live connection

Hello!

I currently have two reports that share the same dataset published, hence are connected to that dataset via live connection

 

I want to start using version control for this reports and that includes for example any metrics created at the dataset level but i'm not sure what are the best practices right now.

 

In the future I want to have everything being automated via deployment pipelines as well

 

So my questions is, has anyone tried the developer mode with live connection and if yes what best practices or setup do you recommend?

 

 

24 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello

     

    This is neither intuitive nor easy to work with.

    I expect to keep it as a life connection.

    This way, I must manually publish reports with a live connection, which defies all the benefits of Developer mode.

     

    It's not possible to sync a report to the workspace from Git with a live connection. When I need to change it and sync it back to Git, it is changed, and I cannot continue to work without hacking the files.

     

    Regards

    Salvatore

    • RuiRomanoMS's avatar
      RuiRomanoMS
      Microsoft Employee

      The reports are always published as live connection, the only difference is on local development. 

      When both report and model live in the same workspace, by default, Fabric Git Integration will export with a relative connection letting you when opening in Desktop author both model and report. If you dont wish to refresh the model locally, you can temporarily switch to live connection.

      But on publish using Fabric Git, even if its a byPAth the report will always be published connected to the model. Same as if you publish with Live Connection.

  • Hi RuiRomanoMS 

     

    Maby im missing somethhing but i dont understand how this could be by design. If the architecture suggests to separate workspaces for semantic models and reports. You could never use GIT integration for the report part as it is now? 

     

    Is there a workaround for this or should we live with the fact that reports connected to a semantic model in a separate workspace can´t be git connected? 

    • RuiRomanoMS's avatar
      RuiRomanoMS
      Microsoft Employee

      When reports and semantic models live in different workspace there is no problem, the byConnection will be preserved when exporting to Git.
      Only when both report and semantic live in the same workspace, when exporting to git because they are in the same workspace the definiton.pbir of the report will be by default as a relative byPath connection.

      • lbendlin's avatar
        lbendlin
        Super User

        Maybe worth adding an override option that always uses absolute addressing.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello

     

    I started working with it during the last few days.

    But I encountered a very odd behavior:

    1. I create a report and connect it to a Power BI semantic model
    2. I save it as a project
    3. Commit to my Git Repo
    4. Update the workspace connected with my Git Repo

    Immediately after the workspace update, Power BI told me that something had been updated.

    In fact, Git integration tells me that the report uploaded to the workspace from Git has been changed.

     

    I commit the change to Git.

    Then, I pull the new version to my local folder and open the report.

     

    Now, all tables are converted to Import mode.

    The information on the status line at the bottom of the Power BI desktop window has disappeared.

    When I open Power Query, I see the M-Code for all tables, which should not be possible with a live connection.

     

    The only way to circumvent this is to manually publish my reports to the workspace instead of relying on Git.

     

    I hope that this will be changed in the Git integration on the Power BI service.

     

    Regards

    Salvatore