Dear all,
I created in Sharepoint a database "Audit" with several columns, one of them call "Channel", where we enter the name of the audited channel.
In Powerapps, I would like to count the number of each audit by channel.
You will find below the formula I use, but it doesn't work :
CountRows(Filter(Audit2, Channel=Ch5))
Thanks for your help.