Assign numeric ranges to values in a calculated measure

Hi @PranjaliK,

You want to count the number of values that fall in each bucket. So, with the vTable you’re going to iterate through every T-Number of requests and work out the Count of custom. This goes through the [INT] values virtually and returns 1 row for whatever evaluates to true (>0).

More related content can be found here:

I hope this is helpful

1 Like