Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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 ...
  • selvaskm's avatar
    2 years ago

    Create measure Catcount = Count(Catecory)
    Use matrix visual with
    row = date
    column = catecory
    values  = Catcount