Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
LuizKoller
Resolver I
Resolver I

Help with Github In Power BI (using Visual Studio Code)

Hello!

Im triyng to conect Power Bi in Github repo following this guide:
https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-git

 

 

However, its a little confusing. Could anyone please help me?

 

Can I use .pbix files or do they need to be exclusively .pbip?

How can I read a .pbix file (or .pbip) in Visual Studio like a JSON? (At least, this is how its shown in link abobe.)

 

 

It seems like a great option for version control.

 

Thanks for any help!

1 ACCEPTED SOLUTION
RuiRomanoMS
Microsoft Employee
Microsoft Employee

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

View solution in original post

4 REPLIES 4
RuiRomanoMS
Microsoft Employee
Microsoft Employee

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 fot the help!

 

This is exactly what I needed!

Thank you Rui, We always appreciate all your resources from Power BI. Great work as always!

pvuppala
Helper IV
Helper IV

I'm looking for the same answer, we are new to using Github or version control.  Please let me know if you have any documentation or help videos on this topic.

 

Thanks!

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors