<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Duration Time Tracker in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Duration-Time-Tracker/m-p/3769407#M147217</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Duration = 
 var d = [Current Time]-[Start Time]
 return INT(d*24) &amp;amp; FORMAT(d,":nn:ss")&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 17 Mar 2024 14:28:48 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-17T14:28:48Z</dc:date>
    <item>
      <title>Duration Time Tracker</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Duration-Time-Tracker/m-p/3769124#M147202</link>
      <description>&lt;P&gt;I'm working on my first Power Bi dashboard.&lt;/P&gt;&lt;P&gt;I have very limited knowledge on PB &amp;amp; DAX.&lt;/P&gt;&lt;P&gt;Need some help pulling duration in hh:mm:ss from a table to display in a tile.&amp;nbsp;&lt;BR /&gt;I've been able to successfully pull the Current Time and Start Time from the linked spreadsheet.&lt;/P&gt;&lt;P&gt;Duration will display as 1/1/1900 12:48:04 instead of hh:mm:ss.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;The Current Time refresh issue was solved by generating a new measure and using that instead of pulling the =NOW() from the table.&lt;/P&gt;&lt;P&gt;I've found links explaining that I may have to convert all dates and times into second and back to dates and hh:mm:ss inside PB.&lt;/P&gt;&lt;P&gt;Any help, advice and links are much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an outline of what I'm trying to do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 02:59:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Duration-Time-Tracker/m-p/3769124#M147202</guid>
      <dc:creator>whatisbam</dc:creator>
      <dc:date>2024-03-17T02:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Time Tracker</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Duration-Time-Tracker/m-p/3769407#M147217</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Duration = 
 var d = [Current Time]-[Start Time]
 return INT(d*24) &amp;amp; FORMAT(d,":nn:ss")&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 17 Mar 2024 14:28:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Duration-Time-Tracker/m-p/3769407#M147217</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-17T14:28:48Z</dc:date>
    </item>
  </channel>
</rss>

