Forum Discussion
CamillaDiPassio
3 years agoFrequent Visitor
Group multiple columns
Hello everyone, I have a problem with a set of data. I have three different columns and I would like to know for each Code per month the sum of the Alert. For example: for the code 9765 I have 3 ...
- 3 years ago
- Create a Month column: Month = FORMAT([Date],"mmmm")
- Create a MonthSort column: MonthSort = MONTH([Date])
- Set Sort By for Month to be MonthSort
- Put Code in a Matrix visual (rows)
- Put Month in the Matrix visual (column)
- Put Alert in the Matrix visual (values, sum aggregation)
Greg_Deckler
3 years agoCommunity Champion
- Create a Month column: Month = FORMAT([Date],"mmmm")
- Create a MonthSort column: MonthSort = MONTH([Date])
- Set Sort By for Month to be MonthSort
- Put Code in a Matrix visual (rows)
- Put Month in the Matrix visual (column)
- Put Alert in the Matrix visual (values, sum aggregation)