I found other related post with the same problem and no solution. So I think I have to set this up with separate bar charts. Can someone help me how the formula must look like to get top 10 error types per error. Thanks in advance.
Tried with a dynamic dimension: =if(rank(aggr( sum( Amount ), Error ))=1, Type) for top 1 error and related types