<?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 undefined in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/undefined/m-p/3306138#M157430</link>
    <description>&lt;P&gt;&lt;BR /&gt;IF SUM([WFM_duration (copy)]) % 3600 &amp;gt; 3570 AND SUM([WFM_duration (copy)]) % 3600 != 3600 THEN // rounding anything from 59:30 to next hour&lt;BR /&gt;100&lt;BR /&gt;ELSE&lt;BR /&gt;IIF(SUM([WFM_duration (copy)]) % 60 &amp;gt;= 30 AND SUM([WFM_duration (copy)]) % 60 != 60,1,0) // seconds&lt;BR /&gt;+ IIF(INT(SUM([WFM_duration (copy)])/60) %60 == 60, 0, INT(SUM([WFM_duration (copy)])/60) %60) // minutes&lt;BR /&gt;END&lt;BR /&gt;+ INT(SUM([WFM_duration (copy)])/3600) * 100&amp;nbsp; how to convert tableau calculation to power bi i need HH:MM:SS format and i want to aggregate the hours consumed&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 11:46:45 GMT</pubDate>
    <dc:creator>Prathyusika</dc:creator>
    <dc:date>2023-06-28T11:46:45Z</dc:date>
    <item>
      <title>undefined</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/undefined/m-p/3306138#M157430</link>
      <description>&lt;P&gt;&lt;BR /&gt;IF SUM([WFM_duration (copy)]) % 3600 &amp;gt; 3570 AND SUM([WFM_duration (copy)]) % 3600 != 3600 THEN // rounding anything from 59:30 to next hour&lt;BR /&gt;100&lt;BR /&gt;ELSE&lt;BR /&gt;IIF(SUM([WFM_duration (copy)]) % 60 &amp;gt;= 30 AND SUM([WFM_duration (copy)]) % 60 != 60,1,0) // seconds&lt;BR /&gt;+ IIF(INT(SUM([WFM_duration (copy)])/60) %60 == 60, 0, INT(SUM([WFM_duration (copy)])/60) %60) // minutes&lt;BR /&gt;END&lt;BR /&gt;+ INT(SUM([WFM_duration (copy)])/3600) * 100&amp;nbsp; how to convert tableau calculation to power bi i need HH:MM:SS format and i want to aggregate the hours consumed&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/undefined/m-p/3306138#M157430</guid>
      <dc:creator>Prathyusika</dc:creator>
      <dc:date>2023-06-28T11:46:45Z</dc:date>
    </item>
  </channel>
</rss>

