Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

0

Snowflake dataset refresh not working with the April 2022 desktop version of Power BI

Hi,

 

When refreshing a dataset locally in Power BI version april 2022, I am getting a bunch of errors about 'cyclical references' for each table.

 

I am using Snowflake as a datasource, with Dual - formatted tables.

 

It fails for each dataset.

For me, the current solution is to downgrade to the march 2022 version. This is a direct solution to the issue.

I hope for a solution to this in the May version!

Status: Delivered

Hi @DaadkrachtNL,

 

I’ll keep an eye on this issue. Once the version of May is published, I’ll inform you from here and hope you a try at that time. And currently, please use older version of Desktop as workaround. Thanks for your understanding!

 

Best Regards,

Community Support Team _ Caiyun

Comments
v-cazheng-msft
Community Support
Status changed to: Delivered

Hi @DaadkrachtNL,

 

I’ll keep an eye on this issue. Once the version of May is published, I’ll inform you from here and hope you a try at that time. And currently, please use older version of Desktop as workaround. Thanks for your understanding!

 

Best Regards,

Community Support Team _ Caiyun

DaadkrachtNL
Regular Visitor

Unfortunately, the issue still occurs in the May 2022 version.

mail2inba4
New Member

@v-cazheng-msft Is the problem resolved? If so, could you kindly tell us which version that is?

DaadkrachtNL
Regular Visitor

I found a solution by accident.

In the advanced editor, I was customly doing this: 

 

"

let
Bron = Snowflake.Databases("MYSERV","POWEBI"),
Database = Bron{[Name="X",Kind="Database"]}[Data],
Schema = Database{[Name="Y",Kind="Schema"]}[Data],
Table = Schema{[Name="Z",Kind="Table"]}[Data]
in
Table

"

 

It seems that 'Schema' became a reserved term in Power BI desktop versions since April 2022, hence resulting in a crash.

I renamed 'Schema' in the advanced editor, which solves the issue.