Forum Discussion
Help with Github In Power BI (using Visual Studio Code)
- 2 years ago
Thanks for the feedback.
For source control you should use the new Power BI Project (PBIP) format, that will let you save your Power BI file (PBIX) to a folder with metadata files as text (mostly JSON). You can then open the folder using VS Code and initialize a Git Repo for source control.
Please see the following video where I demo end-to-end: https://youtu.be/OdkS7DF7ElY
Thanks for the feedback.
For source control you should use the new Power BI Project (PBIP) format, that will let you save your Power BI file (PBIX) to a folder with metadata files as text (mostly JSON). You can then open the folder using VS Code and initialize a Git Repo for source control.
Please see the following video where I demo end-to-end: https://youtu.be/OdkS7DF7ElY
- pvuppala2 years agoHelper V
Thank you Rui, We always appreciate all your resources from Power BI. Great work as always!
- LuizKoller2 years agoResolver I
Thanks fot the help!
This is exactly what I needed!