Trying to display an average of a counts in a text field

I’m new to QS and am trying to get an daily percentage of how many files we received were processed correctly, how many are awaiting processing, and how many have issues.

I have a log table with a ‘status’ column that can include the following values (processed, cancelled, failed validation, received, etc.) Processed means correctly processed. Received means awaiting processing. All others mean there’s an issue with the file.

Any help is greatly appreciated!!!

@bmasteller you can try level award calculation.
where your partitioned column is date, status

please refer to the links below.

Best
Neelay