question

ANSO-8694 avatar image
0 Votes"
ANSO-8694 asked CeasarChenMSFT-3458 answered

OData feed--> import to Excel, but only specific columns

Hello,

I would like to import with OData to excel an excel file, but only specific columns, to reduce the refresh time and keep file size at a minimum.
I have tried this formula:
let
source=odata.feed("https://company.com/data/qualityOrder?$SELECT=MyColumn1,MyColumn2" , null , [Implementation=2.0"],
QualityOrder_table=Source{[Name="QualityOrder",Signature="table"]}[Data]
in
QualityOrder_table

The OData import works otherwise, but I would like to import only a few columns, not ALL. And I dont want to remove the columns in Power Query.


Any suggestions would be appreciated. :)

Thank you.

Kind Regards,





power-query-not-supportedoffice-excel-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

CeasarChenMSFT-3458 avatar image
0 Votes"
CeasarChenMSFT-3458 answered

Hi, @ANSO-8694
Welcome to the Q&A forum, I am in charge of Office General. This question is related to SQL Select statement, you can refer to this link:sql_select.asp . Thanks for your understanding.

Note: Microsoft is providing this information as a convenience to you.
The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.





5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.