Forum Discussion
Cannot Uninstall Power BI Desktop
I am attempting to upgrade my Power BI Desktop. While attempting installation, I received the following error.
I attempted to solve by manually removing my current installation following the solution given here https://community.powerbi.com/t5/Desktop/I-can-t-update-power-bi-desktop/m-p/93093 but am still receiving the same error.
Other recommendations?
Thanks v-yulgu-msft I followed that solution too, manually removing every reference to Power BI Desktop from my registry, but I continued to to receive the same error while attempting installation.
I was finally able to reinstall after finding Power BI desktop in the Microsoft store app and downloading from there.
3 Replies
- v-yulgu-msftMicrosoft Employee
- rocky0429Regular Visitor
Thanks v-yulgu-msft I followed that solution too, manually removing every reference to Power BI Desktop from my registry, but I continued to to receive the same error while attempting installation.
I was finally able to reinstall after finding Power BI desktop in the Microsoft store app and downloading from there.
- nzhomeNew Member
I had the same issue. actually its because microsoft wrote two installers, and they are not compatible with each other. In powershell you have to uninstall the other installer using this command.
Get-Appxpackage -allusers Microsoft.MicrosoftPowerBIDesktop | Remove-AppxPackage -package