I can't connect to Power BI because of this error - Namespace does not exist: default

I have 2 databases and there are tables in my both databases. But status of database is failed. Erros is this → Failed to fetch views for spark_catalog.default: org.sparkproject.io.grpc.StatusRuntimeException: INTERNAL: Namespace does not exist: default

So I can’t connect to Power BI. How can I solve it?

image

Hi Fidan,

Is there any table exist in the spark_catalog.default database? If not can you create a dummy table like

create table spark_catalog.default.dummy(id int);

and try to connect from PowerBI again?