Enhance Power BI Development with Git, Tabular Editor, and Azure DevOps

scaling up power bi development with tabular n.w
1 / 11
Embed
Share

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.

  • Power BI
  • Git Version Control
  • Azure DevOps
  • Tabular Editor
  • Development Tools

Uploaded on | 0 Views


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


  1. Scaling up Power BI development With Tabular Editor, Git and Azure devops

  2. Using Git version control and Azure Devops platform Source control with tabular model

  3. 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

  4. Git version control system

  5. 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

  6. Own terminology Works best with remote server Full control on your computer Important things about Git

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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

More Related Content