The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Need to calculate when someone will reach age 55 and 60 from their birthdate. Thank you,
Perhaps:
ICantDrive55 =
VAR __Birthday = [Birthday]
RETURN
DATE(
YEAR(__Birthday) + 55,
MONTH(__Birthday),
DAY(__Birthday)
)
Perfect. Thank you so much!
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |