
Enhance Power BI Development with Git, Tabular Editor, and Azure DevOps
Learn how to boost your Power BI development by utilizing Git version control, Tabular Editor, and Azure DevOps platform for source control. Address key problems related to version control systems and understand the significance of Git terminology, offering full control on your computer.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Scaling up Power BI development With Tabular Editor, Git and Azure devops
Using Git version control and Azure Devops platform Source control with tabular model
Problems that version control system addresses Keep track of versions Timeline Who changed what Change increment: what was changed Every change is annotated Verify changes in isolation
Ana: Saved first draft Ana: Sign off new section after review Ana: Approved new chapter names Mark: Fixed typos MAIN BRANCH Ian: Added new section Ian s branch Mark: Changed chapter names Mark: fixed typos and punctuation Mark s branch
Own terminology Works best with remote server Full control on your computer Important things about Git
Ana: Saved first draft Ana: Sign off new section after review Ana: Approved new chapter names Mark: Fixed typos MAIN BRANCH Ian: Added new section Ian s branch Mark: Changed chapter names Mark: fixed typos and punctuation Mark s branch
Ana: Saved first draft Ana: Sign off new section after review Mark: Fixed typos MAIN BRANCH Ian: Added new section Ian s branch Mark: Changed chapter names Mark: fixed typos and punctuation Mark s branch
Ana: Saved first draft Ana: Sign off new section after review Mark: Fixed typos MAIN BRANCH Ian: Added new section Ian s branch Mark: Made chapter names clearer Mark s branch
Ana: Saved first draft Ana: Sign off new section after review Ana: Approved new chapter names Mark: Fixed typos MAIN BRANCH Ian: Added new section Ian s branch Mark: Made chapter names clearer Mark s branch
Commit Save changes to change graph Main Git operations Add changes from one branch to another Merge Rebase Re-write history of commits Copy commit from one branch to another Cherry-pick