<?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 How to calculate Decimal number to hours minutes seconds format in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2201532#M33059</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please could i get help to calculate decimal number to hh:mm:ss format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've included sample data as well as the output required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected output&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Calculated Datacard&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vilas&lt;/P&gt;&lt;P&gt;Need Help&lt;/P&gt;</description>
    <pubDate>Mon, 22 Nov 2021 12:38:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-22T12:38:52Z</dc:date>
    <item>
      <title>How to calculate Decimal number to hours minutes seconds format</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2201532#M33059</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please could i get help to calculate decimal number to hh:mm:ss format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've included sample data as well as the output required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected output&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Calculated Datacard&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vilas&lt;/P&gt;&lt;P&gt;Need Help&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 12:38:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2201532#M33059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-22T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Decimal number to hours minutes seconds format</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2201555#M33060</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="37747" data-lia-user-login="VILAS" class="lia-mention lia-mention-user"&gt;VILAS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I am using measure to get the expected output&lt;BR /&gt;where table[TVT] is the column contains total view time in sec&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;time = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'[TVT]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp; // calculating total view time&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;b&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MOD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;QUOTIENT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;c&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;"m "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;b&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;"s"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 12:56:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2201555#M33060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-22T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Decimal number to hours minutes seconds format</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2202763#M33075</link>
      <description>&lt;P&gt;Thanks Surya&lt;/P&gt;&lt;P&gt;it will working fine&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 03:23:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2202763#M33075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-23T03:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Decimal number to hours minutes seconds format</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2212047#M33204</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Please mark this as a solution&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:21:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-calculate-Decimal-number-to-hours-minutes-seconds-format/m-p/2212047#M33204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-29T13:21:21Z</dc:date>
    </item>
  </channel>
</rss>

