Forum Discussion

BreakConcrete's avatar
BreakConcrete
New Member
5 months ago
Solved

Managing BI Updates with Multiple Editors For Contingency

How to Get Data and Visual Updates to Be Reflected in BI Dashboard Published to SharePoint when you have multiple editors for contingency plan.  Currently, myself and the other editors replace a...
  • lbendlin's avatar
    lbendlin
    5 months ago

    You can choose different levels of developer cooperation

     

    - Storing the PBIX on a sharepoint and communication among developers so you don't overwrite each other's work (but you have versioning as a safety net)

    - Using deployment pipelines to propagate changes

    - using Version control integration via Github Enterprise or Azure DevOps

    - a combination of the above (for example DEV and PRO deployment pipeline with DEV linked to Github)