<?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: Using 'product' function by group in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656098#M78503</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if I correctly understand, but please try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Yield % =
VAR T1 =
    SUMMARIZE (
        TableName,
        TableName[WO],
        TableName[Product],
        "@Yield", PRODUCT ( TableName[Rate] )
    )
RETURN
    AVERAGEX ( T1, [@Yield] )&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 22 Jul 2022 15:37:05 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-07-22T15:37:05Z</dc:date>
    <item>
      <title>Using 'product' function by group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2655994#M78492</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With original Table 1,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I would like to multiply Rate% by the same WO no. From Table 1; I am not sure which fomular I should use such that only multiply for the same group in WO column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I would like to average Yield % in Table 2 by the same WO no.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise fomular I should use.&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>Fri, 22 Jul 2022 14:49:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2655994#M78492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-22T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'product' function by group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656072#M78500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have relationships between the two tables? Can you clarify? I assume you want (1.0 x 1.0 ) x (1.0 + 1.0)/2 is that correct?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 15:21:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656072#M78500</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-22T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'product' function by group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656083#M78502</link>
      <description>&lt;P&gt;Good morning everyone.&lt;BR /&gt;Has anyone ever made an application in Visual Studio (Vb.net) to open a Gravico or destbord in the form of an application. And would you have some example to send me Or could you describe how it was done.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 15:29:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656083#M78502</guid>
      <dc:creator>LFS</dc:creator>
      <dc:date>2022-07-22T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'product' function by group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656098#M78503</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if I correctly understand, but please try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Yield % =
VAR T1 =
    SUMMARIZE (
        TableName,
        TableName[WO],
        TableName[Product],
        "@Yield", PRODUCT ( TableName[Rate] )
    )
RETURN
    AVERAGEX ( T1, [@Yield] )&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Jul 2022 15:37:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656098#M78503</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-22T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'product' function by group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656297#M78523</link>
      <description>&lt;P&gt;Good morning everyone.&lt;BR /&gt;Has anyone ever made an application in Visual Studio (Vb.net) to open a Gravico or destbord in the form of an application. And would you have some example to send me Or could you describe how it was done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 17:40:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-product-function-by-group/m-p/2656297#M78523</guid>
      <dc:creator>LFS</dc:creator>
      <dc:date>2022-07-22T17:40:45Z</dc:date>
    </item>
  </channel>
</rss>

