<?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: Calculating Working Hours calculate from Time Colums in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2873924#M92829</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your solution. But when I try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(1) Total working hour = format([end time] - [start time],"hh:mm:ss") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it's show the time that I want but when i use this column in the report values field it's count not show as sum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i add new column and use this formula&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(2) sum of time = FORMAT(SUMX(Allen,Allen[End Time] - Allen[Start Time]),"HH:MM:SS") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it's show diffrent time then actual working hours.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I'm doing wrong. Can you explain to me in the power bi i need to use new column for (1) and (2) or (2) is measure of cloumn (1) ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 06:29:32 GMT</pubDate>
    <dc:creator>Allen01</dc:creator>
    <dc:date>2022-10-31T06:29:32Z</dc:date>
    <item>
      <title>Calculating Working Hours calculate from Time Colums</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2872104#M92728</link>
      <description>&lt;P&gt;Hi, I'm new in power bi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to calcualate engineer total working hours from End Time - Start Time.&lt;/P&gt;&lt;P&gt;When I use in query in Excel I can use End Time - Strat Time with substract (Duration). When I present chart format I just need to add Total Working Hrs Cloums to Value field and my sum time is display.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I use in power bi duration data is not show as [hh]:mm format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to get idea&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Duration to [hh]:mm Format (That can sum in value field)&lt;/P&gt;&lt;P&gt;2) End Time - Start Time = Time Format ( That can sum in value field)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to show as below chart table (Total support Ticket Number &amp;amp; Total working Hours)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;query chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already try from below link but not yet work for me. Please kindly help me for some solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mssqltips.com/sqlservertip/7061/calculate-date-difference-power-bi-dax-datediff/" target="_blank"&gt;https://www.mssqltips.com/sqlservertip/7061/calculate-date-difference-power-bi-dax-datediff/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://powerusers.microsoft.com/t5/Power-Query/Converting-Decimal-Hour-to-HH-MM-Format/m-p/1377637#M63206" target="_blank"&gt;https://powerusers.microsoft.com/t5/Power-Query/Converting-Decimal-Hour-to-HH-MM-Format/m-p/1377637#M63206&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/m-p/367362#M109" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/m-p/367362#M109&lt;/A&gt;&amp;nbsp;(use dayhoursminute)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 10:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2872104#M92728</guid>
      <dc:creator>Allen01</dc:creator>
      <dc:date>2022-10-29T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Working Hours calculate from Time Colums</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2872176#M92735</link>
      <description>&lt;P&gt;Hello could you please try&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total working hour = format([end time] - [start time],"hh:mm:ss")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; and to find the sum use:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sum of time = &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(Allen,Allen[End Time] - Allen[Start Time]),&lt;/SPAN&gt;&lt;SPAN&gt;"HH:MM:SS"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 29 Oct 2022 11:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2872176#M92735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-29T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Working Hours calculate from Time Colums</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2873924#M92829</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your solution. But when I try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(1) Total working hour = format([end time] - [start time],"hh:mm:ss") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it's show the time that I want but when i use this column in the report values field it's count not show as sum.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i add new column and use this formula&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(2) sum of time = FORMAT(SUMX(Allen,Allen[End Time] - Allen[Start Time]),"HH:MM:SS") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it's show diffrent time then actual working hours.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I'm doing wrong. Can you explain to me in the power bi i need to use new column for (1) and (2) or (2) is measure of cloumn (1) ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 06:29:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-Working-Hours-calculate-from-Time-Colums/m-p/2873924#M92829</guid>
      <dc:creator>Allen01</dc:creator>
      <dc:date>2022-10-31T06:29:32Z</dc:date>
    </item>
  </channel>
</rss>

