Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

top 3 in pivot table

Hi ,

How to get the top 3 sum(Sales) in pivot table as we don't have dimension limits in pivot table

Thanks

1 Reply
krishna20
Specialist II
Specialist II

Hi,

Please edit this expression as your accordance and place it in the Calculated Dimension.

if(rank(Sum(Sales)) < = 3, Sum(Sales))


or


=AGGR(If(Rank(sum(Sales))<=3,Brand),Brand)


Regards


Krishna