An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Stinna Kongsdal Mikkelsen ,
Thank you for posting query in Microsoft Q&A Platform.
It seems you are using Dynamics AX connector as source dataset in Copy activity. Please correct me if I am wrong.
In Copy activity, Source tab using query option you can specify your OData query options for filtering data. For Example:
$select=Name,Description&$top=5
When we use query options the connector copies data from the combined URL in below format.
[URL specified in linked service]/[path specified in dataset][query specified in copy activity source]
For more information see, OData URL components.
In your case, when after using query option in copy activity source tab, still your are facing issue? If yes, could you please share your implementation details along with screenshots once?
Please let me know how it goes.
and upvote
for the same. And, if you have any further query do let us know.