I am attempting to set up a bar chart in my PowerApps application, which is connected to an excel table. The table contains a column named 'Project Type', which contains a list of values including 'Admin Review'. I've tried a few approaches to setting up a filter to only include admin review items, but keep running into errors.
I have tried the following:
Filter(Table5,'Project Type'="Admin Review")
Filter(Table5; 'Project Type'="Admin Review")
Search(Table5, "Admin Review", 'Project Type')
All of these return errors, but the first one returns this error in particular. From what I can tell, the syntax seems correct. Is there something here that I am missing? I've looked through some of the other similar questions posted here but haven't figured out a solution.
Error when trying to retrieve data from the network: Syntax error at position 12 in 'Project Type eq 'Admin Review''. inner exception: Syntax error at position 12 in 'Project Type eq 'Admin Review''. clientRequestId: 9a0a14f3-4585-41fc-890b-50d6350a9ce8