How do I use the filter function with yes/no as two options data type (common data service) in PowerApps? I can do the filter function with yes no options using the SharePoint field like this Filter(DataSource, IsField = true)
I tried this but it's not working
Filter([@DataSource], 'IsField (DataSource)'.Yes).
Please help.
Solved! Go to Solution.
Hi @ruchiga ,
Please try with this formula:
Filter([@DataSource], IsField = 'IsField (DataSource)'.Yes)
Hope this can help.
Best regards,
Sik
Hi @ruchiga ,
Please try with this formula:
Filter([@DataSource], IsField = 'IsField (DataSource)'.Yes)
Hope this can help.
Best regards,
Sik
It's working! Thank you so much!
User | Count |
---|---|
20 | |
14 | |
9 | |
5 | |
5 |
User | Count |
---|---|
33 | |
30 | |
14 | |
13 | |
10 |