Forum Discussion
Avih
1 year agoFrequent Visitor
Query string on embed code in Power Apps
Hi All, How can I use contain here instead of eq? no matter how I try it, it's not working. The eq is working, but no matter how I try it with "contains", it's not working, it's just showing me ...
- 1 year ago
Hi Avih ,
Thank you for your response!!
Sorry for the delay in Response.
Can you please post the question in Power Apps community as this is Fabric community.
You can use below Power Apps community link to post:
https://community.powerplatform.com/forums/thread/?groupid=b5652dc6-2c99-4e33-8b6f-45be4a896a40
Thank you.
lbendlin
1 year agoSuper User
I don't think the Power BI implementation of OData supports "contains" but you can try it
Consider contains: $filter=contains(CompanyName,'Alfreds')
In your case that would be
&filter=contains(table/column,'lookupvalue')
Note that your table name has characters that need to be escaped.
Avih
1 year agoFrequent Visitor
Unfortuantly it's still not working.
Is there maybe any other way to overcome this?