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.
Hi all,
I need to have on a visual on the X axess only the minutes and seconds of a date format.
I have a timestamp as 10.08.2021 00:28:00 and I tried to extract the minutes and seconds by using the MID or RIGHT formula, but they are not working as they return a string, which cannot be used in the graph as a continuous variable (the order of the time is in disorder).
There isn't a built in format to on get only hour and minutes, so how to solve it?
Solved! Go to Solution.
@Anonymous , Two ways
Time(0,minute([Date time]),Second([Date time]) )
or
minute([Date time]) & ":" & Second([Date time])
Hi @amitchandak ,
So if I use Minute([Date Time]*60 + Second([Date Time]) this will return a column with minute:seconds in this format (with the coma ":")?
@Anonymous ,
You can use below DAX.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
76 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |