Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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
Solved! Go to Solution.
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 !
Hi @Anonymous ,
Hope this third - party article can help you.
https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters
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?
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
Hi @Anonymous
yes, these are the steps in Power BI:
It only shows the values of type = "C__OBJTYPE__APPLIKATIONSLISTE" in the results, not the category = "C__CATG__CONTACT" (last picture).
I cannot see any error.
1 url
2 bodycontent
3 body
4 source
5 result
6 converted to table
Hi @Anonymous ,
I've tested it by sending this data for MS Flow and checking what comes through. The JSON seem to get to other side as expected.
Are you sure that in the request it should be
filter = [type="C__OBJTYPE__APPLIKATIONSLISTE"], category = "C__CATG__CONTACT",and not
filter = [type="C__OBJTYPE__APPLIKATIONSLISTE", category = "C__CATG__CONTACT"],
isn't category part of your filter?
Kind regards,
JB
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 !
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |