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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Cyclic Reference error

Hello,

 

I'm not seeing where this is causing a cyclic reference. Any help would be appreciated!!

 

#"Merged" = Table.NestedJoin(Previousdata,{"load_dt","id","promo_id"},Imported,{"load_dt","id","promo_id"},"Imported",JoinKind.RightAnti),

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

 

It's hard to find the problem from the code you provided.

You may try using the merge query feature instead and check if there's any error.

 

Best Regards,

Jay

HotChilli
Community Champion
Community Champion

Cyclic references in query editor steps are usually due to referring to the wrong table/step name so it'll be the previousdata or Imported table names.  I would encourage you to see if you can construct the merge using the interface as an experiment.  If it won't let you then that'll be the hint.

Anonymous
Not applicable

I wrote it myself in Qry Editor. Thx!!

HotChilli
Community Champion
Community Champion

Did you write it yourself or use the interface?

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors