Forum Discussion
Filter data from ODATA source prior to loading it in Power BI
- 3 years ago
Hi DanielCarvalho ,
You can filter Odata connections at source by using a $filter condition in the query string. Please refer the documentation below:
https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overviewKind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Hi DanielCarvalho ,
You can filter Odata connections at source by using a $filter condition in the query string. Please refer the documentation below:
https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
- DanielCarvalho3 years agoHelper III
Thanks for the quick reply, going to try this and see if it solves my issues, going to accept it as a solution meanwhile !!
Kind regards,
Daniel
- alexbjorlig2 years agoHelper IV
I'm both a Power BI and software developer. I added the $filter as described in the link, but when I monitor the API the $filter seems to be removed from the query.
Did anyone find a solution, that works?