Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a requirement wherein i want to show the records having % >10 and rest of the records i have to show under dynamically created 'Others' dimension value.
Note: I cannot use Straight chart.
Tough to explain without nothing, Just for guessing
If(Measure > 0.1, Measure, 'Others')
I have a huge calculative measure which when placed in dimension will hamper its performance. So is there any other method rather than placing the calculative dimension??
Could you clear it about cumulative dimension?