<?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: DAX product function in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267122#M42930</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/433593"&gt;@hb&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try this measure. based on your example, the following solution would work but I am not sure about what kind of actual or production data you will be implemeting on. This give an idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PROD3 = 

CALCULATE(
   PRODUCTX( 'Table' , 'Table'[Column2] ),
    WINDOW(
        0,
        REL,
        -1,ABS,
        SUMMARIZE( ALLSELECTED('Table') , 'Table'[Column1]),
        ORDERBY( 'Table'[Column1] )
    )
)    &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fowmy_0-1685882147146.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923957i257BACA026786F8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fowmy_0-1685882147146.png" alt="Fowmy_0-1685882147146.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jun 2023 12:35:55 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2023-06-04T12:35:55Z</dc:date>
    <item>
      <title>DAX product function</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267063#M42929</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling DAX PRODUCTX funcction in power bi to have a result same like PRODUCT function in EXCEL.&lt;/P&gt;&lt;P&gt;But unfortunatly didn't get the expected result as showed in excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EXCEL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hb_0-1685866328277.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923934i2730F1278F93F322/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hb_0-1685866328277.png" alt="hb_0-1685866328277.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;POWER BI&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hb_1-1685866623223.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923936iF74F0F52921ABC47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hb_1-1685866623223.png" alt="hb_1-1685866623223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;appreciate any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 08:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267063#M42929</guid>
      <dc:creator>hb</dc:creator>
      <dc:date>2023-06-04T08:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: DAX product function</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267122#M42930</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/433593"&gt;@hb&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try this measure. based on your example, the following solution would work but I am not sure about what kind of actual or production data you will be implemeting on. This give an idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PROD3 = 

CALCULATE(
   PRODUCTX( 'Table' , 'Table'[Column2] ),
    WINDOW(
        0,
        REL,
        -1,ABS,
        SUMMARIZE( ALLSELECTED('Table') , 'Table'[Column1]),
        ORDERBY( 'Table'[Column1] )
    )
)    &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fowmy_0-1685882147146.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923957i257BACA026786F8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fowmy_0-1685882147146.png" alt="Fowmy_0-1685882147146.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 12:35:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267122#M42930</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-06-04T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: DAX product function</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267144#M42931</link>
      <description>&lt;P&gt;You are great man.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your solution, but when i am aplying it on my project its not working as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have the matrix visual with heirarchical data [Channel] &amp;amp; [Due Group] as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hb_0-1685885434123.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923959i087E9620D3FBA571/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hb_0-1685885434123.png" alt="hb_0-1685885434123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and apply the formula like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hb_1-1685885507821.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/923960i8FE907A3293A02A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hb_1-1685885507821.png" alt="hb_1-1685885507821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but not geeting the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea in this context ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&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;</description>
      <pubDate>Sun, 04 Jun 2023 13:32:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267144#M42931</guid>
      <dc:creator>hb</dc:creator>
      <dc:date>2023-06-04T13:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX product function</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267318#M42935</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/433593"&gt;@hb&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you could replicate a PBIX file with some dummy data and show the same scenario and share the file then I should be able to see the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 20:27:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3267318#M42935</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-06-04T20:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: DAX product function</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3409633#M44202</link>
      <description>&lt;P&gt;Hello Fowmy,&lt;/P&gt;&lt;P&gt;Can you kindly share the BI datafile for the AR dashboard, I would like to use it for learning purposes. My email address is&amp;nbsp;&lt;A href="mailto:RichardThomasG@proton.me" target="_blank"&gt;RichardThomasG@proton.me&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 19:25:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-product-function/m-p/3409633#M44202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-31T19:25:09Z</dc:date>
    </item>
  </channel>
</rss>

