March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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
Solved! Go to Solution.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
126 | |
85 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |