Forum Discussion
Web API connection - Logical operator help
- Anonymous6 years ago
Thanks for your help. The issue is fixed by adding '&' for each type.
Does it hurt performance/refresh too much to just bring it all in (remove the existing filter on Type) and filter in query? If so, you'll have to look at the syntax for your API, but does it accept them provided in a comma separated list?
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Thanks for your answer. Yes it will impact the performance this is why i need to get only those values.
Sorry i'm very new with this, where can I found the API syntax?
- v-chuncz-msft6 years agoCommunity Support
Anonymous
You may refer to the post below that invokes Custom Function in Query Editor.
http://community.powerbi.com/t5/Desktop/Create-tables-based-on-all-Query-Parameters/td-p/345947
- Anonymous6 years agoNot applicable
Thanks for your help. The issue is fixed by adding '&' for each type.