Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
SamuelHaag
Contributor III
Contributor III

Limitation of dimension by custom expression

Hi guys,

is there a way or workaround to set the limitation of a dimension (fixed value) to an expression?

For example in my case the limitation of 50 is calculated for "Ergebnis 2 YTD" but I need it for "Sales":

 

27-03-_2020_13-25-16.png

 

Thank you very much!

 

Regards 

Samuel

Labels (5)
1 Solution

Accepted Solutions
SamuelHaag
Contributor III
Contributor III
Author

Hi guys,

 

I got a Solution for this by creating a new dimension:

 

=aggr(if(Rank(total Sum([SALES]),4)<=50, [MY DIMENSION FIELD]), [MY DIMENSION FIELD])

View solution in original post

1 Reply
SamuelHaag
Contributor III
Contributor III
Author

Hi guys,

 

I got a Solution for this by creating a new dimension:

 

=aggr(if(Rank(total Sum([SALES]),4)<=50, [MY DIMENSION FIELD]), [MY DIMENSION FIELD])