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 |
---|---|
6 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
5 | |
5 | |
4 | |
4 | |
4 |