OLAP Table - Count Cases that have a certain amount of the same attributes Is it possible, that I create an OLAP table or a histogramm, that categorizes by, lets say 5 different amounts of attributes, and sums the number of cases that belong to one of those categories?Here is an example: Case 1 has Attribute ACase 2 has Attribute ACase 3 has Attribute BCase 4 has Attribute CCase 5 has Attribute DCase 6 has Attribute ECase 7 has Attribute ECase 8 has Attribute ECase 9 has Attribute ECase 10 has Attribute E -> My table should show: No. of same Attribute Case Count5 /// 5 --------------(cases 6,7,8,9,10)2 /// 2 --------------(cases 1,2)1 /// 3 --------------(cases 3,4,5) I only want to display the Case Count per No. of same Attributes. Furthermore I want to filter on for example all the cases that have the same amount of attributes. Would that somehow be possible to Create such a table or histogram within Celonis? Best regards