A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Is this deterministic, or do you get the error at random places?
If the error happens in random places, this suggests transient network disruptions. If Power BI in the cloud and SQL Server on-prem this is not unlikely at all. The remedy is to implement retries, so that if you get an error, you try again rather than raising the error.
If the error occurs at one specific stage in the operations, the most likely explanation is that there is a step which has incorrect connection information. A more spectacular explanation is that an operations causes SQL Server to crash, and for some reason Power BI does notice this, but notice that SQL Server is no longer alive.