Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart design

Hello everyone,

Can anybody help me with bar char? Files with problem description attached,

Thanks in advance!

1 Solution

Accepted Solutions
Not applicable
Author

Try using the following as dimension: (see file attached)   aggr (if(Rank(sum(Revenue))<=30,Rank(Total Aggr(Sum(Revenue), Client, Country)),'-'),Client,Country)

View solution in original post

3 Replies
swuehl
MVP
MVP

You can try a calculated dimension like

=aggr(rank(total sum(Revenue)), Client,Country)

Hope this helps,

Stefan

Not applicable
Author

Try using the following as dimension: (see file attached)   aggr (if(Rank(sum(Revenue))<=30,Rank(Total Aggr(Sum(Revenue), Client, Country)),'-'),Client,Country)

Not applicable
Author

Thank you guys, works perfectly!!!