Hi,
I'm looking at getting one sales order from Finance and Operations through OData into Excel using power query.
I have filtered and selected just the columns I need using the following url - masked information is enclosed in #
#environment#/data/SalesOrderLinesV3?$expand=SalesOrderHeader($select=InvoiceCustomerAccountNumber,OrderingCustomerAccountNumber)&$select=ItemNumber, DeliveryAddressName, OrderedSalesQuantity, LineDescription, SalesOrderNumber, SalesOrderHeader&$filter=SalesOrderNumber eq ' #variableforsalesorder#
When I run this query it always queries 41.9MB of data regardless of how many rows it returns and takes a while to refresh.
Is there something I am doing wrong?
Why does it query such a large amount of data compared to what I get back?
Thanks
Tristan