Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey guys, so I am trying to create a static date. We take snapshots of our data every quarter and I need to create a date for the day the snapshot was taken. We use age and have age groups and I would need to determine someone's age by their birthday AND the quarterly reporting date. We have thousands of people in this data set so cannot look at this dynamically or it will change on a daily basis due to birthdays.
I have worked in Tableau for a while and I am use to the Make A Date function. Is there an equivalent?
Thanks!
Solved! Go to Solution.
There is the DATE function. If you want January 2nd, 2018 it would be:
MyDate = DATE(2018,1,2)
Hello,
Equivalent of MAKEDATE function in DAX is DATE.
There is the DATE function. If you want January 2nd, 2018 it would be:
MyDate = DATE(2018,1,2)
Thank you!
Of course it was that simple 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 72 | |
| 38 | |
| 26 | |
| 24 |