<?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: Stuck due to columns total while rows correct - two data sources in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515558#M134957</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you do it in column, It will work. bring the % factors in your dataset based on the relationship and then create a calculated column to multiply.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 08:04:17 GMT</pubDate>
    <dc:creator>Rupak_bi</dc:creator>
    <dc:date>2023-11-04T08:04:17Z</dc:date>
    <item>
      <title>Stuck due to columns total while rows correct - two data sources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515503#M134955</link>
      <description>&lt;P&gt;Dear All. I am stuck with a unique&lt;/P&gt;&lt;P&gt;I need to multiply countries revenue with a % factor while the rows are correct, column total incorrect.&lt;/P&gt;&lt;P&gt;So i used DAX of SUMX but it has error of 1M + rows.&lt;/P&gt;&lt;P&gt;I have two sources of Power BI dataset and factor% multipliers comes from an online excel file.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 05:40:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515503#M134955</guid>
      <dc:creator>tusharpk99</dc:creator>
      <dc:date>2023-11-04T05:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck due to columns total while rows correct - two data sources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515558#M134957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you do it in column, It will work. bring the % factors in your dataset based on the relationship and then create a calculated column to multiply.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 08:04:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515558#M134957</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2023-11-04T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck due to columns total while rows correct - two data sources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515601#M134959</link>
      <description>&lt;P&gt;how to bring % factors in the dataset from the excel file ? i tried but it shows the error.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Column cannot be pushed to the remote data source and cannot be used in this scenario&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 09:07:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3515601#M134959</guid>
      <dc:creator>tusharpk99</dc:creator>
      <dc:date>2023-11-04T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck due to columns total while rows correct - two data sources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3517223#M135054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="641263" data-lia-user-login="tusharpk99" class="lia-mention lia-mention-user"&gt;tusharpk99&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Below is my table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Below is my table1:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Merge the two tables into a single table(Left Outer):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The following DAX might work for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
  SUMX(
    Merge1,
    Merge1[Revenue] * Merge1[Table1.Fac]
  )
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The final output is shown in the following figure:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Xianda Tang&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt; , then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 08:05:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3517223#M135054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-06T08:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck due to columns total while rows correct - two data sources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3520410#M135232</link>
      <description>&lt;P&gt;you may make a relationship based on country names to connect both the tables and then bring the % factors in power bi dataset query table using lookup value or related dax function in a new calculated column.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:41:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stuck-due-to-columns-total-while-rows-correct-two-data-sources/m-p/3520410#M135232</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2023-11-07T16:41:43Z</dc:date>
    </item>
  </channel>
</rss>

