Forum Discussion
Opening New Power BI File Formats
- Anonymous2 years ago
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.
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.