Forum Discussion
Power BI desktop won't start
- 9 years ago
Thanks everyone for your help,
The problem seemed to be with the Windows 10 anniversary update, which broke not just Power BI, but also my SQL installation on my laptop.
After trying for a few days to fix everything, I did an OS reinstallation and everything is fine now.
Hi rhurford,
Perflib and PerfNet are related with system performance counter. We could use the following command to rebuild the performance counter under CMD with admin rights (Reference):
lodctr /R
The other two errors are related with Microsoft SQL server Analyze service, which is not in a clean shutdown status. A thread for reference.
And reviewing your previous post, the system has been updated, which I suspect should be the cause of this.
If you would like to take a detailed checkup of the update, then please find the following logs:
- Windows update log (Reference)
- System CBS log, located in C:\Windows\Logs\CBS.
Then check the errors through the logs.
Suggested troubleshooting method should be the following (we may directly go with those steps without checking the logs):
- If you have any system backup, then use it to restore back the health status, and do the update again;
- If there is no backup available, open CMD with admin rights, run the following command: Dism /online /cleanup-image /restorehealth
- After doing step 2, check your Microsoft SQL server status, if still in trouble, try to perform a repair. (Reference)
- If there is still performance counter errors, run the lodctr /R command after step 3.
See if the above would helps.
Regards
I have wrangled with this issue of BI not loading for weeks! Thanks for suggesting the 32 bit version. It gets me up and going. Hate the thoughts of a reinstall.