Forum Discussion
Anonymous
2 years agoNot applicable
Creating a calculated summary table based on an existing table
Hi, I have a raw table (that contains other columns aside from these two): Date Categories 1/1/2023 Category B 1/1/2023 Category B 1/1/2023 Category B 2/1/2023 Category F ...
- 2 years ago
Create measure Catcount = Count(Catecory)
Use matrix visual with
row = date
column = catecory
values = Catcount
selvaskm
2 years agoFrequent Visitor
Create measure Catcount = Count(Catecory)
Use matrix visual with
row = date
column = catecory
values = Catcount