Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Happy New Year Power BI Community!
I am trying to add a column to modify a date based on the time a request came in. If a request comes in after 13:59, the clock does not start ticking until the next day. I wrote this DAX, but it won't recognize the 13:59. How should I format the time?
Solved! Go to Solution.
try TIME function https://docs.microsoft.com/en-us/dax/time-function-dax
New Created Date =
If('Task List'[Created Time]> TIME(13,59,59),'Task List'[Created Date]+1,'Task List'[Created Date])
do not hesitate to give a kudo to useful posts and mark solutions as solution
try TIME function https://docs.microsoft.com/en-us/dax/time-function-dax
New Created Date =
If('Task List'[Created Time]> TIME(13,59,59),'Task List'[Created Date]+1,'Task List'[Created Date])
do not hesitate to give a kudo to useful posts and mark solutions as solution
Awesome! Worked like a charm. Thanks!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
79 | |
64 | |
52 | |
48 |
User | Count |
---|---|
217 | |
89 | |
76 | |
67 | |
60 |