Forum Discussion
Minseven
7 years agoHelper I
Group Measures
Hello,
I have this data:
What I want to achieve seems easy but I cannot find any solution...
I want to categorize the Months column (a measure!) as something similar to:
IF(Months<1,"<1M",
IF(Months<3,"<3M","")
But it seems impossible. It is also imposible to Group a measure.
What about a similar VLOOKUP with approximation parameter? How is the best way to achieve this?
Thx