Forum Discussion
Error Downloading Power BI Desktop
- 6 years ago
Hi, I think I had a problem like that with microsoft store. It doesn't work very good with some windows specific versions. Try downloading the msi installer from the site:
https://www.microsoft.com/en-us/download/details.aspx?id=58494
Hope this helps,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 6 years ago
Hi dmishel
Try the below methods and check if that helps:
Method 1: Run the SFC.
Follow the below steps:
- Open Command Prompt and select “Run as Administrator”.
- Type “sfc /scannow” without quotes and hit Enter.
Now check for the issue.
Method 2:
Follow the below steps:
•Open Powershell as administrator
•Run the command
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Also refer to the below link and check if that helps:
http://windows.microsoft.com/en-US/windows-8/why-find-install-app-windows-store
Additional Information:
https://msdn.microsoft.com/en-us/library/hh973484.aspx?f=255&MSPPError=-2147217396
Alternatively, refer to this article to fix Windows Store Error 0x80073D05 on Windows 10:
https://ugetfix.com/ask/how-to-fix-windows-store-error-0x80073d05-on-windows-10/
Hi dmishel
Try the below methods and check if that helps:
Method 1: Run the SFC.
Follow the below steps:
- Open Command Prompt and select “Run as Administrator”.
- Type “sfc /scannow” without quotes and hit Enter.
Now check for the issue.
Method 2:
Follow the below steps:
•Open Powershell as administrator
•Run the command
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Also refer to the below link and check if that helps:
http://windows.microsoft.com/en-US/windows-8/why-find-install-app-windows-store
Additional Information:
https://msdn.microsoft.com/en-us/library/hh973484.aspx?f=255&MSPPError=-2147217396
Alternatively, refer to this article to fix Windows Store Error 0x80073D05 on Windows 10:
https://ugetfix.com/ask/how-to-fix-windows-store-error-0x80073d05-on-windows-10/