The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |