Hi, I have some problems with some data I would like to put in a visualization. For example, I have the following:
Orders Cancel Reason
SATURATION
COURIER_NOT_ASSIGNED
NO_PAYMENT
SATURATION
SATURATION
NO_PAYMENT
I would like to get the following:
Orders Cancel Reason Count
SATURATION 3
NO_PAYMENT 2
COURIER_NOT_ASSIGNED 1
I have tried to solve this but I just started using Looker so I have some problems with this. Any help would be greatly appreciated. Thank you.