Hi @Ammo Parmar ,
This error usually occurs when Power BI cannot find the correct SQL Server instance.
Please check the following:
- Verify the server name. If you installed SQL Server Express, try:
localhost\SQLEXPRESSinstead oflocalhost.
Ensure the SQL Server service is running in Services (services.msc).
Confirm the AdventureWorksDW2020 database exists in SQL Server.
If needed, enable TCP/IP in SQL Server Configuration Manager and restart the SQL Server service.
After verifying these, try connecting again from Power BI.
If this resolves your issue, please consider accepting the answer so it can help others in the community.
Thanks,
Akhil.