March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
How can I convert a DateTime value to a Date? (in DAX)
For example:
Solved! Go to Solution.
Hi @Ad_456 ,
You could try below code:-
Date_refresh =
VAR UTC_DateTimeZone = UTCNOW()
VAR UTC_Date = FORMAT(UTC_DateTimeZone,"mm/dd/yyyy")
Return UTC_Date
or
You could change data format directly from the ribbon.
Date_refresh = UTCNOW()
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Yes, thank you for this answer. That's exactly what I am looking for.
Hi @Ad_456 ,
You could try below code:-
Date_refresh =
VAR UTC_DateTimeZone = UTCNOW()
VAR UTC_Date = FORMAT(UTC_DateTimeZone,"mm/dd/yyyy")
Return UTC_Date
or
You could change data format directly from the ribbon.
Date_refresh = UTCNOW()
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |