I want to check my date column. In the [date] column I want to check between - today's date and yesterdays date. I want to check if the [total] from yesterday is smaller or bigger than todays. Also, this needs to be PER [location] column and per [ category] column:
Solved! Go to Solution.
I guess you'd need to compare the two totals rather than "combine" them. So you'd use < and > to compare the calculated totals.
How do I combine the two slices to create the color rule I need? I need color "red" if yesterdays total was less than todays. I need "green" if yesterdays totals were more than todays.
I guess you'd need to compare the two totals rather than "combine" them. So you'd use < and > to compare the calculated totals.
How do I compare slices? Would these need to be virtual columns?
User | Count |
---|---|
17 | |
14 | |
10 | |
7 | |
4 |