<?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: how to convert Data Type &amp;quot;Text&amp;quot; as Average in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065614#M106135</link>
    <description>&lt;P&gt;the result i wanna get is to show in the card the &lt;STRONG&gt;Average Hours and Minutes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;for e.g. when i click the table that contains 1 data, and Turn-Around-Time is like this "08:23"-8 hours and 23 minutes, it should also reflect in the card as Average.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 07:54:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-07T07:54:39Z</dc:date>
    <item>
      <title>how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064141#M106029</link>
      <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;I'm having a hard time to get the average of Turn Around Time (TAT) that is in the "Text Format"&lt;/P&gt;&lt;P&gt;my TAT format is like this &lt;STRONG&gt;"hh:mm:ss"&amp;nbsp;&lt;/STRONG&gt;and once i visualize this using CARD, there's no option to make it as "Average"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: there is no "Average" option in "Fields" that's&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 15:09:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064141#M106029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-06T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064182#M106034</link>
      <description>&lt;P&gt;hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to convert it like:&lt;/P&gt;&lt;P&gt;TIMEVALUE([TAT])&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 15:35:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064182#M106034</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-06T15:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064428#M106042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;You may try creating a measure&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Average TAT = AVERAGEX ( 'Table', TIMEVALUE ( 'Table'[TAT] ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:23:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3064428#M106042</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-06T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065503#M106126</link>
      <description>&lt;P&gt;It's working but not the result i wanted. still, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 07:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065503#M106126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-07T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065601#M106134</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what result do you want?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 07:47:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065601#M106134</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-07T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065614#M106135</link>
      <description>&lt;P&gt;the result i wanna get is to show in the card the &lt;STRONG&gt;Average Hours and Minutes&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;for e.g. when i click the table that contains 1 data, and Turn-Around-Time is like this "08:23"-8 hours and 23 minutes, it should also reflect in the card as Average.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 07:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065614#M106135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-07T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065633#M106137</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please provide sample data a example along with the expected result(s).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 08:07:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065633#M106137</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-07T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065658#M106139</link>
      <description>&lt;P&gt;i want this column to be reflected in the CARD as Average but it gives me error when trying to do this as Average&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: that Data Type is in "Text"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 08:16:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065658#M106139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-07T08:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert Data Type "Text" as Average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065717#M106144</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Average TAT =
AVERAGEX (
    FILTER ( 'Table', 'Table'[TAT] &amp;lt;&amp;gt; BLANK () ),
    TIMEVALUE ( 'Table'[TAT] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Feb 2023 08:39:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/how-to-convert-Data-Type-quot-Text-quot-as-Average/m-p/3065717#M106144</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-07T08:39:52Z</dc:date>
    </item>
  </channel>
</rss>

