Forum Discussion

RajCZ's avatar
RajCZ
Frequent Visitor
2 years ago

Calling snowflake stored procedure from Power Bi desktop

Hi,

Just wondering if we can call Snowflake stored procedure from Power bi desktop/service .

I am trying to write below inside SQL statement window

Call SP_SnowflakeSP( parameters);

but it's not working

If I replace above by select * from <any  snowflake table? it works.

Error I am getting is 

Unexpeced 'Call'.

Thanks

2 Replies