Hi Community,
Good Day,
I'm seeking help for one of my projects where I'm representing the Task tracker status in a pie chart from power apps. Currently, I have a working code that filters based on date range however I have added a combo box control to the same code which is placed in the items property of the pie chart as the working code doesn't display the data based on choices (Open, Closed, Cancelled).
below is my code where I have added the additional schema to filter based on choice the entire code has one error as highlighted
which shows the error as below

error screenshot

Combox

Items property of this is set to
Distinct(CollListColumns, field_10)
Please help to correct the code and provide a solution thanks in advance 🙂