March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Now that PowerBI Home Desktop is generally available, I cannot get to the "Getting started" page where I could've cleared the list of of unpinned files that showed in my "recent files" list. I have a recent list that is showing files that have long been deleted. Is there another way for me to clean this list? Is this a bug that is being addressed?
Solved! Go to Solution.
How to edit or clear Recent Files (Quick Access List) from Power BI Desktop Home Screen: ;tldr
**** Disclaimer: This will also remove any stored credentials. ****
Condensed version for the average reader:
Using File Explorer, when Power BI Desktop is closed, change to the local profile path
and rename a certain file named 'user.zip', then restart Power BI Desktop.
File path you are interested in is
----> C:\Users\user\AppData\Local\Microsoft\Power BI Desktop\user.zip
Read below for an indepth discription.
Preface:
It's crucial to understand that the following suggestions are personal
recollections of an individual contributor to the Community Forum, and not
assume the advice is endorsed in any way by Microsoft or its subsidiaries.
However, as a Power BI Desktop user with intermediate technical skills,
you have the power and responsibility to test these methods and
evaluate the positive and negative outcomes before proceeding.
Software used:
- Notepad++ with XML Tools Plugin installed
- 7zip
- Power BI Desktop April 2024 x-64 Release
Learn.microsoft Documentation:
Use Home in Power BI Desktop , latest update at the time of this post 02/20/2024.
Related Community Forum Post(s):
Re: Share your thoughts on the new Power BI Home i... - Microsoft Fabric Community, refers to Preview
File Path Example:
C:\Users\%username%\AppData\Local\lMicrosoftPower BI Desktop\user.zip
Note: Successfully tested with the April 2024 release and on the 64-bit platform.
Changes on the 32-bit platform may be different. This information should help
you feel informed and prepared for the process.
Overview, including questions for the reader:
Question: Is this not just a Power BI Desktop Setting found in Options and Settings?
Answer: No.
Comment: From looking at Power BI Desktop > Settings and Options, there
does not appear to be a setting that allows one to alter the listing of recent files.
Question: Is this a setting stored in the Windows Registry?
Answer: No (though some bright individuals may know of one).
Comment: The proposition is that a file in the User Profile exists that can be
modified or deleted, and Power BI will create a fresh copy. The purpose of
these recommendations is to enable you to manage your recent file listings
in Power BI Home now that it has been released to the general public.
Power BI Desktop stores the list of recent files in an XML file within a zip file in
the User Profile. Making file changes in this path depends on the reader's permission
and may be limited by organization policy and practice. It is the reader's responsibility
to confirm this before proceeding.
Method 1: Backup user.zip, delete user.zip:
Example: C:\Users\user\AppData\Local\Microsoft\Power BI Desktop\
4. Highlight the file user.zip, and rename to user.zip.old
5. Highlight any files in the same folder (if found) named temp.user.zip,
and rename to temp.user.zip.old.
5. Restart Power BI Desktop
6. Visit Power BI Desktop Options and Settings>Options, and ensure
they match or are changed to match those recorded in Step 1.
7. Create a new file, save it, and close Power BI Desktop.
8. Open Power BI Desktop and verify that only the file name just created is
listed in recent files.
Method 2: Edit text contained in settings.xml stored in user.zip:
Note: Follow the steps to locate user.zip and the recommendations presented above.
<?xml version="1.0" encoding="utf-8"?>
<UISettingsConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entries>
<Entry Type="FileHistory" Value="
7. When finished, save settings.xml and overwrite the copy in user.zip.
8. Copy the updated user.zip back to the path where you found it.
9. Launch Power BI Desktop and confirm that the recent files removed
do not appear on the Power BI Desktop Home Screen.
10. Visit Power BI Desktop Options and Settings>Options, and ensure
that the settings remain as intended.
Constructive feedback is always welcome. This was provided by an individual contributor who also relies on the good nature and advice and experience from other members of this and other related Community Forums. This as a living document, and as such may be subject to editing for correction of content, grammer, and spelling. If for some reason, the content provided does not translate to your native language, please reply with that as a note and add @foodd in the body to notify so that clarification or translation may be made. Please Kudo, and consider accepting as a Solution so that others may find this when searching.
Version:
202406132138: Added ;TLDR and condensed version to the top of the post.
202406140800: Added Software used section, link to learn.microsoft article on "Use Home in Power BI Desktop", other small changes.
####
In a world of AI and with this being a 1st rate tool to use how the heck does it not offer a user an option to control what recent files are displayed.
What knucklehead thought this was a good idea to not make available.
Give me a break with all of the solutions being offered.
This feature which is a basic feature should be restored in the next release.
Plus on the filter section how about a date range.
Fixing the user.zip worked great with recent files from my computer, but any reports from Power BI Service or OneDrive are not removed. I need to be signed in to Power BI Service to present a demo to customers, but don't want the recents and recommendations to show. Any tips on how to get rid of those?
Your solutions is great @foodd
Hi, @dontcallmedeb
Have you currently cleared your recent list? The solution provided by foodd was fantastic. If you've already solved the problem at hand, you can mark a helpful reply as a solution so that other members of the community can quickly find a solution if they have the same need.
In addition, you can uninstall and reinstall your Power BI, which will also clear the list.
Best Regards
Jianpeng Li
How to edit or clear Recent Files (Quick Access List) from Power BI Desktop Home Screen: ;tldr
**** Disclaimer: This will also remove any stored credentials. ****
Condensed version for the average reader:
Using File Explorer, when Power BI Desktop is closed, change to the local profile path
and rename a certain file named 'user.zip', then restart Power BI Desktop.
File path you are interested in is
----> C:\Users\user\AppData\Local\Microsoft\Power BI Desktop\user.zip
Read below for an indepth discription.
Preface:
It's crucial to understand that the following suggestions are personal
recollections of an individual contributor to the Community Forum, and not
assume the advice is endorsed in any way by Microsoft or its subsidiaries.
However, as a Power BI Desktop user with intermediate technical skills,
you have the power and responsibility to test these methods and
evaluate the positive and negative outcomes before proceeding.
Software used:
- Notepad++ with XML Tools Plugin installed
- 7zip
- Power BI Desktop April 2024 x-64 Release
Learn.microsoft Documentation:
Use Home in Power BI Desktop , latest update at the time of this post 02/20/2024.
Related Community Forum Post(s):
Re: Share your thoughts on the new Power BI Home i... - Microsoft Fabric Community, refers to Preview
File Path Example:
C:\Users\%username%\AppData\Local\lMicrosoftPower BI Desktop\user.zip
Note: Successfully tested with the April 2024 release and on the 64-bit platform.
Changes on the 32-bit platform may be different. This information should help
you feel informed and prepared for the process.
Overview, including questions for the reader:
Question: Is this not just a Power BI Desktop Setting found in Options and Settings?
Answer: No.
Comment: From looking at Power BI Desktop > Settings and Options, there
does not appear to be a setting that allows one to alter the listing of recent files.
Question: Is this a setting stored in the Windows Registry?
Answer: No (though some bright individuals may know of one).
Comment: The proposition is that a file in the User Profile exists that can be
modified or deleted, and Power BI will create a fresh copy. The purpose of
these recommendations is to enable you to manage your recent file listings
in Power BI Home now that it has been released to the general public.
Power BI Desktop stores the list of recent files in an XML file within a zip file in
the User Profile. Making file changes in this path depends on the reader's permission
and may be limited by organization policy and practice. It is the reader's responsibility
to confirm this before proceeding.
Method 1: Backup user.zip, delete user.zip:
Example: C:\Users\user\AppData\Local\Microsoft\Power BI Desktop\
4. Highlight the file user.zip, and rename to user.zip.old
5. Highlight any files in the same folder (if found) named temp.user.zip,
and rename to temp.user.zip.old.
5. Restart Power BI Desktop
6. Visit Power BI Desktop Options and Settings>Options, and ensure
they match or are changed to match those recorded in Step 1.
7. Create a new file, save it, and close Power BI Desktop.
8. Open Power BI Desktop and verify that only the file name just created is
listed in recent files.
Method 2: Edit text contained in settings.xml stored in user.zip:
Note: Follow the steps to locate user.zip and the recommendations presented above.
<?xml version="1.0" encoding="utf-8"?>
<UISettingsConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entries>
<Entry Type="FileHistory" Value="
7. When finished, save settings.xml and overwrite the copy in user.zip.
8. Copy the updated user.zip back to the path where you found it.
9. Launch Power BI Desktop and confirm that the recent files removed
do not appear on the Power BI Desktop Home Screen.
10. Visit Power BI Desktop Options and Settings>Options, and ensure
that the settings remain as intended.
Constructive feedback is always welcome. This was provided by an individual contributor who also relies on the good nature and advice and experience from other members of this and other related Community Forums. This as a living document, and as such may be subject to editing for correction of content, grammer, and spelling. If for some reason, the content provided does not translate to your native language, please reply with that as a note and add @foodd in the body to notify so that clarification or translation may be made. Please Kudo, and consider accepting as a Solution so that others may find this when searching.
Version:
202406132138: Added ;TLDR and condensed version to the top of the post.
202406140800: Added Software used section, link to learn.microsoft article on "Use Home in Power BI Desktop", other small changes.
####
Thanks for sharing.
I'm using October 2024 version and the work around worked fine for me.
Sure there should be an easier way than to go messing around with zip files or editing XML and clear the entire Recents list. What's really needed is that Unpinned reports should be removed from the Recents list. It shouldn't even be called "Recents". Call it "Pinned" or "Favorites". Whatever, but not "Recents". Recent reports are already listed in the useless Home screen. I responded to the "Share your thoughts" blog post when the feature was still in preview. Mostly negative feedback was given by users, but it seems the OP has chosen to ignore those. I guess I just have to learn to live with that and hope that this Home Screen 'feature' is short-lived or will be improved considerably in the very near future.
Open Power BI Desktop: Launch Power BI Desktop on your computer.
Go to the File Menu: Click on the "File" tab located in the top left corner of the window.
Select Open Report: In the File menu, select "Open report". This will show you a list of recently opened reports.
Clear Recent Sources:
Manually Remove Specific Entries:
Clear All Recent Files:
I don't see any option to "clear recent sources" when I go to the "open report"
Nor do I see anything when I hover over a fiile to remove from the list. I can pin and unpin, but I cannot remove from the list.
And i don't find any such option in the Options & Settings in Global -> Privacy
Hello @dontcallmedeb , the advice @aduguid provided is out of date and would have been successful when applied to versions prior to the PowerBI Home screen. I will reply with an updated method that is successful in a couple of hours.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |