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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
wperkinson
Frequent Visitor

Can you specify the columns to reference when creating a new data query?

I am trying to establish a connection to our Dynamics 365 online service.(CRM)

 

My goal is to connect to the salesorders, but when trying to build the connection it errors with the message "We don't support duplicate properties in the feed."

 

We have a customization whereby a user can "Clone" an existing order.  When the new order is created, there is a relationship between it and the original record.  When I try to import into Power BI, it sees it as a circular reference and will not let me pull the data.

 

There is one column "new_clone_source_order" that is causing the problem.  Is there a way to specify in the advanced editor to not include this column?

 

Thank you,

 

Will

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @wperkinson

 Is there a way to specify in the advanced editor to not include this column?

Please use this code in edit queries->advanced editor

let

   source=your table,

   new table=Table.RemoveColumns(source,"new_clone_source_order")

in

   new table

Best Regards

maggie

 

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @wperkinson

 Is there a way to specify in the advanced editor to not include this column?

Please use this code in edit queries->advanced editor

let

   source=your table,

   new table=Table.RemoveColumns(source,"new_clone_source_order")

in

   new table

Best Regards

maggie

 

Maggie,

 

Thank you so much.  You are my hero.

 

Will

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.