Hello, I am trying to build a table visual which breaks down the total count by terms in one row.
For example, I have a record for myself (User) and I have two types of ratings, Good and Bad. If I want a count by User and a then one column is the total number of Good reviews and another column is the total number of Bad reviews, can I do that?
I do not want to split the rows or the tables.
Thank you!
Philip