<?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: Creating An Average Ticket Formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3893718#M151775</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="736750" data-lia-user-login="CuriousGuy001" class="lia-mention lia-mention-user"&gt;CuriousGuy001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create measures.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Sales = SUM('Table'[sales])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Filtered Count = CALCULATE(
                     COUNTA('Table'[Status]),
                     FILTER(
                        'Table',
                         'Table'[Status] IN {"Installed Scheduled", "Closed Won", "Contract Signed", "Installed Completed"}
                     )
                 )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Average Ticket Size = DIVIDE([Total Sales], [Filtered Count])&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 05:55:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-06T05:55:05Z</dc:date>
    <item>
      <title>Creating An Average Ticket Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3889840#M151713</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to DAX, the reason I got into this thread was because I am trying to sort out a calculation that I want to input it for my dashboard visualization, that is, the Total Number of Sales/Total Count, for the Total Count I do want to filter 4 values out of 10 values. For example, Total Sales/Total Count(Installed Scheduled, Closed Won, Contract Signed, Installed Completed). It would be nice if I can see the calculation, so I can play around and see if I can get the result I want. Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 17:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3889840#M151713</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-03T17:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating An Average Ticket Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3890008#M151715</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="736750" data-lia-user-login="CuriousGuy001" class="lia-mention lia-mention-user"&gt;CuriousGuy001&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to provide more context?&lt;/P&gt;&lt;P&gt;- screenshot of model, showing tables &amp;amp; relationships&lt;/P&gt;&lt;P&gt;- sample table data (10 rows or less)&lt;/P&gt;&lt;P&gt;- screenshot (from Excel perhaps) of desired visual output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 19:59:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3890008#M151715</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2024-05-03T19:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating An Average Ticket Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3893718#M151775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="736750" data-lia-user-login="CuriousGuy001" class="lia-mention lia-mention-user"&gt;CuriousGuy001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create measures.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Sales = SUM('Table'[sales])&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Filtered Count = CALCULATE(
                     COUNTA('Table'[Status]),
                     FILTER(
                        'Table',
                         'Table'[Status] IN {"Installed Scheduled", "Closed Won", "Contract Signed", "Installed Completed"}
                     )
                 )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Average Ticket Size = DIVIDE([Total Sales], [Filtered Count])&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 05:55:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3893718#M151775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-06T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating An Average Ticket Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3895547#M151811</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for this modelling and vizualization and yes this is what I was looking for. I appreciate it!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:24:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3895547#M151811</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-06T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating An Average Ticket Formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3895554#M151813</link>
      <description>&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, but one of the community support provided me with I was looking for. Once again thank you dropping by and helping me!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:25:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-An-Average-Ticket-Formula/m-p/3895554#M151813</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-06T13:25:42Z</dc:date>
    </item>
  </channel>
</rss>

