<?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 conver or format minutes with dax or something else ? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3075273#M106904</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need put the minutes (tempo suprimido) like 00:02 or 0:02 (not like in the firt row 0:2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 19:11:24 GMT</pubDate>
    <dc:creator>matheuskei</dc:creator>
    <dc:date>2023-02-10T19:11:24Z</dc:date>
    <item>
      <title>how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3075273#M106904</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need put the minutes (tempo suprimido) like 00:02 or 0:02 (not like in the firt row 0:2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 19:11:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3075273#M106904</guid>
      <dc:creator>matheuskei</dc:creator>
      <dc:date>2023-02-10T19:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3075389#M106909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513116" data-lia-user-login="matheuskei" class="lia-mention lia-mention-user"&gt;matheuskei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try by using TIMEVALUE function&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 20:19:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3075389#M106909</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T20:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076203#M106956</link>
      <description>&lt;P&gt;What is the data type of the measure that gives you the time? Is it DATETIME, is it seconds, minutes, fraction of the day?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the&amp;nbsp;&lt;EM&gt;tempoSuprimido &lt;/EM&gt;measure is text, then maybe you can use this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FORMAT( TIMEVALUE([TempoSuprimido]), "nn:ss")&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 18:44:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076203#M106956</guid>
      <dc:creator>nchr</dc:creator>
      <dc:date>2023-02-11T18:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076528#M106983</link>
      <description>&lt;P&gt;Please see this article.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hoosierbi.com/2021/10/16/calculate-and-format-durations-in-dax/" target="_blank"&gt;Calculate and Format Durations in DAX – Hoosier BI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 14:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076528#M106983</guid>
      <dc:creator>ppm1</dc:creator>
      <dc:date>2023-02-12T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076549#M106985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513116" data-lia-user-login="matheuskei" class="lia-mention lia-mention-user"&gt;matheuskei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;Tempo Suprimido2 =&lt;BR /&gt;VAR String = 'Table'[Tempo Suprimido]&lt;BR /&gt;VAR Items =&lt;BR /&gt;SUBSTITUTE ( String, ",", "|" )&lt;BR /&gt;VAR Hours1 =&lt;BR /&gt;PATHITEM ( Items, 1 )&lt;BR /&gt;VAR Hours2 =&lt;BR /&gt;IF ( LEN ( Hours1 ) = 1, "0" &amp;amp; Hours1, Hours1 )&lt;BR /&gt;VAR Minutes1 =&lt;BR /&gt;PATHITEM ( Items, 2 )&lt;BR /&gt;VAR Minutes2 =&lt;BR /&gt;IF ( LEN ( Minutes1 ) = 1, "0" &amp;amp; Minutes1, Minutes1 )&lt;BR /&gt;RETURN&lt;BR /&gt;TIMEVALUE ( Hours2 &amp;amp; ":" &amp;amp; Minutes2 )&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 15:26:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3076549#M106985</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-12T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to conver or format minutes with dax or something else ?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3095461#M108595</link>
      <description>&lt;P&gt;Hey guys i just wanna say thanks for u support and everything &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; u are amazing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 13:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-conver-or-format-minutes-with-dax-or-something-else/m-p/3095461#M108595</guid>
      <dc:creator>matheuskei</dc:creator>
      <dc:date>2023-02-23T13:36:08Z</dc:date>
    </item>
  </channel>
</rss>

