<?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 simulate a DIVIDEX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3974477#M154111</link>
    <description>&lt;P&gt;That's not the inverse of PRODUCTX.&amp;nbsp; PRODUCTX multiplies across row, not across columns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please describe your business scenario, and maybe provide some sample data.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 13:28:45 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-06-05T13:28:45Z</dc:date>
    <item>
      <title>HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3973811#M154088</link>
      <description>&lt;P&gt;Is there any way to simulate a DIVIDEX (which it's not available) in DAX?&lt;BR /&gt;&lt;BR /&gt;For Istance, if I want to simulate a division row by row from 'table1'[column1] and 'table1'[column2], it is possible to use the invers of PRODUCTX?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;AG&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 10:01:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3973811#M154088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-05T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3974477#M154111</link>
      <description>&lt;P&gt;That's not the inverse of PRODUCTX.&amp;nbsp; PRODUCTX multiplies across row, not across columns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please describe your business scenario, and maybe provide some sample data.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:28:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3974477#M154111</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-05T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3974498#M154112</link>
      <description>&lt;P&gt;I have to divide across rows (sales invoice line), the data in the column of the total amout and the data in quantity column.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3974498#M154112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-05T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3975514#M154148</link>
      <description>&lt;P&gt;You didn't share sample data so this is only a guess&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SUMX(table1,DIVIDE([column1],[column2])&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 23:58:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3975514#M154148</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-05T23:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3982834#M154422</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I thought the DIVIDE function divided not line by line (like it was a DIVIDEX which I know doesn't exist), a&lt;/SPAN&gt;nd I didn't understand why you also used the SUMX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need is to calculate an amount-quantity ratio for each invoice line such that I have a series of unit prices. At this point, for each data filter the customer inserts, it will use the unit value calculated above, relating to the previous period of the one selected, to calculate an average (I don't explain more because i think it's not relevant for the question I asked).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;p.s. Sorry if I didn't insert example values, but on one hand they are customer's data, and on the other they are just two columns of numbers, so I thought you just didn't need it.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 08:08:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3982834#M154422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-10T08:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to simulate a DIVIDEX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3983516#M154450</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 12:15:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/HOW-to-simulate-a-DIVIDEX/m-p/3983516#M154450</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-10T12:15:11Z</dc:date>
    </item>
  </channel>
</rss>

