Forum Discussion
Filter within API Request
Hello,
i want to set a filter within a JSON Request. The code seems to be ok but i am not seeing the filtered data.
for example
Does someone has a tip for me how i can get the filtered data shown? This filter works with another API Tool.
Thanks in advance
- Anonymous6 years ago
I have found the mistake. Some braces were missing.
filter = [type="C__OBJTYPE__APPLIKATIONSLISTE"], category = "C__CATG__CONTACT",
--> category = {"C......"}
Neverthless, thank you for your input !
6 Replies
- v-frfei-msftCommunity Support
Hi Anonymous ,
Hope this third - party article can help you.
https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters
- AnonymousNot applicable
Thank you v-frfei-msft
im sorry, it makes me feel uncomfortable but i dont understand this. is there an example available ? like adding the filter into the json request?
- AnonymousNot applicable
Hi Anonymous ,
This does not look like a valid JSON... Is this something you put inside a valid JSON as string parameter?
Can you share the context: the actual JSON being sent (please do not forget to remove any private/confidential data) and the query code that you use to fetch data?
Thanks,
JB