Forum Discussion
asiat2
2 years agoRegular Visitor
Age group
I have a age column which i want to create a measure with age group in different from 0 to 82.
DataNinja777
Super User
1 year agoHi asiat2 ,
Regarding age bucketing, it sounds like you’re currently using a pre-calculated column for age. However, since age changes every day, I recommend calculating it dynamically based on the birthdate rather than using a static, pre-calculated column. A calculated column will only be accurate for the specific day the report was generated. Instead, you can create age buckets based on the dynamic measure of age you calculate in real-time.
Best regards,