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,