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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
dmbd1904
Helper III
Helper III

Opening New Power BI File Formats

I have set up Git Integration with Fabric Worspaces and this seems to be working well. But I can't seem to open up the Power BI files within Desktop. I'm looking for a similar experience to opening up a Pbix file. Below is a screenshot of what is being synces to the Git Repo.

 

Should I be able to open up the definition.pbir file in desktop and see my report and dataset? Currently it just opens a blank file. Should there not be a .pbip file available? That's what the documentation shows I should be able to open, but that hasnt been generated / synched to the repo.

 

Any help understanding the new functionality would be appreciated.

 

dmbd1904_0-1699444200919.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @dmbd1904 ,

For definition.pbir file, it contains the overall definition of a report and core settings. This file also holds the reference to the dataset used by the report. Power BI Desktop can open a pbir file directly, just the same as if the report were opened from a pbip file. Opening a pbir also opens the dataset alongside if there's a relative reference using byPath.

{
  "version": "1.0",
  "datasetReference": {
    "byPath": {
      "path": "../Sales.Dataset"
    },
    "byConnection": null
  }
}

 I try to open definition.pbir file in my Power BI Desktop, it works well.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @dmbd1904 ,

For definition.pbir file, it contains the overall definition of a report and core settings. This file also holds the reference to the dataset used by the report. Power BI Desktop can open a pbir file directly, just the same as if the report were opened from a pbip file. Opening a pbir also opens the dataset alongside if there's a relative reference using byPath.

{
  "version": "1.0",
  "datasetReference": {
    "byPath": {
      "path": "../Sales.Dataset"
    },
    "byConnection": null
  }
}

 I try to open definition.pbir file in my Power BI Desktop, it works well.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors