Forum Discussion
Power Query Unexpected Error
- 1 year ago
Root Cause: Windows Update (8/16/25) likely changed security settings, blocking Power Query from accessing APIs and local files.
Quick Fixes:
- Run Power BI/Excel as Administrator
- Disable Controlled Folder Access in Windows Defender
- Check file/folder permissions
- Try a Clean Boot to rule out third-party interference
System Restore Blocked: Use DISM /RestoreHealth and sfc /scannow to repair system files.
Want a PowerShell script to check all this in one go? I’ve got you.
stb628 I've seen some other issues cropping up lately regarding similar access denied. Perhaps try adding the URLs into your Trusted Sites in Edge?
- stb6281 year agoNew Member
Thanks GeraldGEmerick. Worth a try, but the errors also occur when accessing local json files (no URL).
- GeraldGEmerick1 year ago
Memorable Member
stb628 That's really strange. Something must have gone wrong with that Windows update I guess?