Hi,
I'm new in powerApps, and sorry for my poor english.
I have a SharePoint list "Congés", with a multiple choice column "Type of leave" which can be :
RTT/ Paid leave/etc.

I would like to filter this list, in powerApps, by leave type, with an RTT checkbox that only displays RTT type leaves if it is checked.

On my checkbox, on the "Oncheck" property, I put :
Filter('Congés';'Type de congés'.Value="RTT")
But it doesn't work.
Someone can explain me why ?
Thank you !