Forum Discussion
Bucket values, when you can't add a Calculated Column
- 5 years ago
mmace1 , Bucketing using a measure you need an independent table, Not sure you can get that.
Please check my example bucket on measure : https://www.youtube.com/watch?v=CuczXPj0N-k
amitchandak wrote:mmace1, Bucketing using a measure you need an independent table, Not sure you can get that.
Needing an independent table was my conclusion as well, and no - I can't, since the # of distinct values is too high to reference. So the alternative is to bring in an entirely seperate query as a table...
And at this point I'll just write seperate measures for every bucket, and use that!
Thanks, just wanted to be sure I wasn't missing some obvious way.
Hi,
One should be able to solve this with a single measure (using a disconnected table). Share some raw data to work with.