The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am able to preview data for all tables in database123.schema.table in Snowflake.
But, I am not able to preview data in Power Bi when connected to same database123.schema. When I select some tables in PBI, I get this error:
DataSource.Error: The warehouse 'xxx' is suspended. You will need to resume it before importing data.
Details:
DataSourceKind=Snowflake
DataSourcePath=yyycomputing.com;xxx
OdbcErrors=[Table]
Why is PBI trying to connect to warehoues 'xxx' when I am trying to read from database123?
@data_analytics , GO to the snowflake and run a query, it should start data warehouse
Thank you.
I am able to run a query within Snowflake for the specific db (xxx), schema, table.
PBI error msg is still the same when I ry to :
DataSource.Error: The warehouse 'xxx' is suspended. You will need to resume it before importing data.
Details:
DataSourceKind=Snowflake
DataSourcePath=yyycomputing.com;xxx
OdbcErrors=[Table]
I am a read_only user in Snowflake. That should nto stop me from reading the tables/ data in PBI.