Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hit Reply to tell us about your experience with Power BI Project files (PBIP) and Fabric Git Integration for Power BI Semantic Models and Reports so we can continue to improve.
For example:
Thanks,
-Power BI team
In my case the issue went away after a few days (maybe 2 or 3). It sort of stuck after the folder change (from OneDrive to C: drive) but at some point stopped happening and now I haven't seen the error for a long time. A colleague had the exact same thing happening. So I hope it solves for you too some days from now.
Maybe try to install Microsoft PowerToys (a lot of cool, free tools) and use File Locksmith to see what is locking it. When File Locksmith is toggled on, just Rclick file or folder and 'Unlock with File Locksmith'
File Locksmith doesn't return anything for me.
The visual folder is empty, and I can delete it manually, which then resolves the issue (unless there are multiple of those).
I've observed that the issue always occurs on empty visual folders - upon saving, PBID creates those and, presumably, attempts to writes data, but fails to do so.
Pausing or even closing OneDrive doesn't resolve the issue for me, but either removing those manually or creating a new save does, at least until the issue happens again, which can very well be a minute later upon the next save attempt.
I can imagine it has to do with OneDrive trying to sync the new folder immediately, thus blocking PBID from whathever it's trying to do at the same moment, but I'm not sure why the issue persists after OneDrive being closed.
Hi @RuiRomanoMS,
I've been watching the git integration release and the updates to make Power BI files to be more collaboration friendly with a lot of eager anticipation. Unfortunately as a govcloud user, we see in the documentation that the git integration features are not supported on sovereign clouds at this time. Any idea when that feature may make it over to us?
Thanks!
Love the feature, but ran into an issue with a bubble chart. Did a Fabric Item API deployment but got this error for this visual "Couldn't load the data for the visual" error. Converting to table shows and it showed all the data, also recreating the visual in the service was successful.
Figured out this was related to the same measure being referenced in both the tooltip and x-axis.
Great to see this - while it's been a bit of a frustrating journey, I think you're on the right route with the new report serialization.
It's really helping me diff & merge changes from multiple contributors sensibly in git.
I submitted a survey feedback, but will repost here as I'd be interested in the team's feedback.
For me the main use-case is for branch & merge in git. A report should be easily diffable with cohesive file changes, i.e. at the page level. It might be because we have lots of filters on each page, but splitting every visual on each page out into a separate obscurely named subfolder + json file makes this a bit clumsy for my scenario, and doesn't work as nicely with diff+merge.
At the page level, is it possible to make a canonical folder name from the pages' names rather than use their IDs? The commit is very hard to navigate if you have no clue what each file/folder relates to.
The json also seems a bit verbose. Did you consider structuring so that the boiler plate for the majority single-value use-case is minimal. I see a lot of arrays of "property" elements representing properties and "literal" elements representing literals. Would it be practical to have a small string grammar for common references, especially [Source.Field]?
Thanks for the feedback!
We cannot easily use display names because those can be duplicated and have invalid file chars. But we let you rename those files/folders and Desktop preserves them. Power BI Desktop project report folder - Power BI | Microsoft Learn
We know its hard to identify to which file the visual object relates to, and we plan to show the name property in Power BI Desktop.
In the future we will make simplifications to the JSON structure, specially for literal elements.
Thanks - naming things is hard! Being able to name visuals ourselves from the PBI editor is perfect. I hope with a finalized schema we can build cool tools like a general rename refactor for GUIDs -> generated names ourselves.
Having a place to do that for pages too would be awesome (then folder name can just reflect that).
Keep it up with the json polishing, there's quite a lot of AST stuff in there that gets very verbose - As mentioned a little DSL for that might be much easier to track changes ... looking at filters especially!
It seems Page Type "Tooltip" doesn't seem to be getting captured in page.json of PBIR.
Thanks, looks like a bug.
the bug it still there in the PBI Desktop November version.
any updates on when this will be resolved??
This issue still appears to be unresolved in the October update. Could you provide an update on when this might be addressed? Thanks!
Rui fixed it in the January 2025 desktop release!!
Hello
I like to see that I can use the PBIP file on my onedrive as it easier to share and more secure include versioning as well by SharePoint. In the moment, the PBIP file is not showing up for using it/open it...
I also like to test my PBIP I downloaded from Internet for scheme/design template.
And I like to have a better documentation for getting more the idea how I can use PBIP as theming environment.
Thanks in advance 😉
Cheers
Michael
If you like onedrive and sharepoint versioning ... wait to you see git!
Can you please elaborate on what you mean by using "PBIP as theming environment"?
I downloaded a pbix-report from a workspace (live connection to the dataset).
When I save this report as pbip, and then re-open it, I always get an error that the model cannot be loaded. Even when I re-connect this report to the online dataset, it still gives the same error after re-opening.
Is it not possible to save a report as pbip when it has a live connection to a dataset?
Looks like a bug, save as PBIP is supported for live connect report.
Can you please open a support ticket?
Hi Rui and team,
I've discovered a potential issue with reports saved using PBIP (this doesn't appear to be specific to the new PBIR format, it also applies to PBIR-Legacy).
I have a thin (live-connected) report that contains some report-level measures. When I save it as PBIP (PBIR or PBIR-Legacy), the "definition.pbir" file contains a "byConnection" dataset reference and not a "byPath" dataset reference. This is expected.
I then manually change the "definition.pbir" file to use a "byPath" dataset reference, pointing to the local copy (saved as PBIP) of the same semantic model that it is currently live-connected to in the service. Note that I am not currently using Fabric Git Integration. But I understand that this happens automatically when you sync a thin report to git, if it belongs to the same workspace as the semantic model it is live-connected to.
I now open the report in Power BI Desktop. As expected, it now opens as a report with a local editable semantic model, rather than as a live-connected report. This is potentially a really convenient new way to work on thin reports during stages of development where the semantic model is not yet fully stable.
In the Table, Model, and DAX Query views, the report-level measures don't show up. This makes sense, as these measures are not part of the semantic model.
In the Report view, the report-level measures do show up. However left-clicking one of these measures does not bring up the Measure tools ribbon tab or the DAX editor, as it does for model measures. Even worse, right-clicking one of these measures brings up an error message:
It would be great to have the ability to edit report-level mesures within reports that are open with a local model. It would be even better to be able to create new report-level measures, and even move measures back and forth between the report and the model.
However as a first step, it would be good to have it fail gracefully with a more informative error message!
Keen to hear what your thoughts are about this particular scenario. It appears to be an unforeseen consequence of allowing thin/live-connected reports to become paired with a pre-existing local model (this is clearly not a problem when you create a brand new local model with a DirectQuery connection to the original model, as any report-level measures can just become model measures in the new local model).
Might also be useful to know what Microsoft's plans are with report-level measures in general moving forward:
We've experienced exactly the same issue. we're using Fabric Git integration and when cloning the repo locally we really appreciate how easy it is to work on thin reports now, as it passes through all changes to the local semantic model, but.... local measures on the thin report are broken. Can't edit them. Right-click = Error Message. Even in Tabular Editor it won't allow us to edit the local measures.
I believe this is due to the measures being embedded in the config of the report instead of its own semantic model.
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
13 | |
12 | |
7 | |
5 | |
4 |