The goal of this example is to create an attribute on the Customer dimension table that groups the customer into age ranges to support demographic analysis:
- Retrieve the current dimension table with the date column to be used for segmentation. The Date of Birth column is the source for this example.
- Add variables to the let expression to support the comparison between the current system date and the dimension date (Date of Birth).
- DateTime.LocalNow() ...