<?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: AVERAGE measure produce error in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520606#M70246</link>
    <description>&lt;P&gt;You do that in power query?&lt;/P&gt;&lt;P&gt;Can you share your model?&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 13:08:19 GMT</pubDate>
    <dc:creator>SpartaBI</dc:creator>
    <dc:date>2022-05-17T13:08:19Z</dc:date>
    <item>
      <title>AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520535#M70239</link>
      <description>&lt;P&gt;Posted this earlier but a moderator thought it was spam... It isn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only just begun using Power BI and I'm following along with some YouTube videos. I thought I had a good grip, so would create a visual off of my own data, but I am stuck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a spreadsheet with a number of columns in. The most interesting ones are labelled "Item ID" (a unique reference) and "Time to Accept" which is hh:mm:ss. I want a card to show me the&amp;nbsp;&lt;EM&gt;average&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;time to accept value across each of my rows. I've selected the "Item ID" field and the "Time to Accept" fields which has produced this table:&lt;/P&gt;&lt;P&gt;&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've then clicked&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Home&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;measure&amp;nbsp;&lt;/STRONG&gt;and entered "&lt;SPAN&gt;Average Time to Accept =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AVERAGE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet[Time to Accept]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;" but now the visual displays an error "Can't display the visual":&lt;/P&gt;&lt;P&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I click "See details", here's what I see:&lt;/P&gt;&lt;P&gt;&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;</description>
      <pubDate>Tue, 17 May 2022 12:44:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520535#M70239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520543#M70241</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;that means the data type of the column is text.&lt;BR /&gt;Change the data type to time in Power Query and close and apply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;Showcase Report – Contoso By SpartaBI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:48:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520543#M70241</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-17T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520566#M70243</link>
      <description>&lt;P&gt;Hi, thanks for the quick response. I changed the data type to "Time" but forgot to save/apply it. I've gone to redo it but now it's complaining that it cannot automatically convert the column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520566#M70243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520574#M70244</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;can you start from scratch and update me you still get the error?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:59:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520574#M70244</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-17T12:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520578#M70245</link>
      <description>&lt;P&gt;I deleted the measure and restarted Power BI Desktop but am still getting the error.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520578#M70245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T13:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520606#M70246</link>
      <description>&lt;P&gt;You do that in power query?&lt;/P&gt;&lt;P&gt;Can you share your model?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:08:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520606#M70246</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-17T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520632#M70250</link>
      <description>&lt;P&gt;Sorry, I was doing this in the "Data" panel:&lt;/P&gt;&lt;P&gt;&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;When I open "Transform data", I went into the&amp;nbsp;&lt;STRONG&gt;Transform&lt;/STRONG&gt; tab and changed the Data Type to "Time" there:&lt;/P&gt;&lt;P&gt;&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;This seems to have worked, but now I have another problem as the values say "Error":&lt;/P&gt;&lt;P&gt;&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;Is there some sort of maximum figure? It should show 29:41:41 as per the yellow bar.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520632#M70250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520638#M70251</link>
      <description>&lt;P&gt;Don't think it can go above 23:59:59&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:21:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520638#M70251</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-17T13:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520862#M70266</link>
      <description>&lt;P&gt;Is there anything I can do to convert that to 1 day, 5 hours, 41 min and 41 sec, for example?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520862#M70266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T14:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520882#M70267</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;ye sure, I'm just not near pc right now, but I hope someone will reply, there are multiple ways to do so.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:32:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520882#M70267</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-17T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520920#M70272</link>
      <description>&lt;P&gt;You can't use the Time datatype. You have to use DURATION.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:40:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2520920#M70272</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-05-17T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521091#M70293</link>
      <description>&lt;P&gt;Thanks, that worked. It's giving me an average of "0.45" but Excel says it's 10:13:59 so I need to look at what else I've done wrong. I'm enjoying it though... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:42:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521091#M70293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521099#M70296</link>
      <description>&lt;P&gt;It's no wonder it says .45 (but I won't go deep into that). I believe you can format a duration datatype using the FORMAT function to turn it into the form [HH]:mm:ss.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521099#M70296</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-05-17T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521118#M70299</link>
      <description>&lt;P&gt;You want to take a look at this post:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Purpose-of-quot-Duration-quot-datatype-in-Power-Query/m-p/237275" target="_blank"&gt;Solved: Purpose of "Duration" datatype in Power Query - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2521118#M70299</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-05-17T15:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: AVERAGE measure produce error</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2528297#M70788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Could you please tell me have you solve your issue now? If so ,please kindly provide the solution and mark your reply. If not, please provide your pbix file without privacy information and desired output with more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 05:52:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/AVERAGE-measure-produce-error/m-p/2528297#M70788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-20T05:52:35Z</dc:date>
    </item>
  </channel>
</rss>

