Forum Discussion
saunders
Helper II
9 years agoFilter Odata by measure or dax
Hi all, Does anyone know how to add query options to an Odata feed using Dax? I want to filter rows in a feed like: Latest_rows = OData.Feed("<OdataURL>?$filter=<OdataURLDateColumn>+gt+MAX...
- 9 years ago
Thanks Herbert, I was hoping someone might have a solution.
v-haibl-msft
Microsoft Employee
9 years ago
I don’t think it is possible to do it. We can only use DAX to filer after we get all data. Maybe these two ideas are what you desired.
Best Regards,
Herbert
coreyw
Helper I
9 years agov-haibl-msftWow, that can be devastating if you have millions of records server side. There is no way to tell the server to filter in just what you need?