<?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: Need to return value not sum in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027822#M159122</link>
    <description>&lt;P&gt;try this calculated column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ratio = LOOKUPVALUE(ExternalFillRatio[Ratio], ExternalFillRatio[Division], Requisitions[Division])&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 06 Jul 2024 03:40:28 GMT</pubDate>
    <dc:creator>aduguid</dc:creator>
    <dc:date>2024-07-06T03:40:28Z</dc:date>
    <item>
      <title>Need to return value not sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027583#M159097</link>
      <description>&lt;P&gt;I have 2 tables in my model:-&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;'Requisitions' = Many records&lt;/LI&gt;&lt;LI&gt;'ExternalFillRatio' = Unique records by division&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have starting creating a Power Pivot from the 'Requisitions' table using 'Division'. I want to bring in a column from 'ExternalFillRatio' named 'Ratio' to the corresponding divsion. I only want to bring in the value that is matched to the division. I have tried using a column i.e.&amp;nbsp;&lt;!--  StartFragment   --&gt;&lt;SPAN class=""&gt;= &lt;/SPAN&gt;&lt;SPAN class=""&gt;RELATED&lt;/SPAN&gt;&lt;SPAN class=""&gt;(ExternalFillRatio[Ratio]) but this isn't the answer I am looking for. This creates a grand total in the Power Pivot. All i want is the value e.g (Ratio) that matches the divsion from ExternalFillRatio table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Does anyone know how I can achieve this? Any help is greatly appreciated.&lt;/SPAN&gt;&lt;!--  EndFragment   --&gt;&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>Fri, 05 Jul 2024 19:35:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027583#M159097</guid>
      <dc:creator>Jimbo1980</dc:creator>
      <dc:date>2024-07-05T19:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return value not sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027822#M159122</link>
      <description>&lt;P&gt;try this calculated column&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Ratio = LOOKUPVALUE(ExternalFillRatio[Ratio], ExternalFillRatio[Division], Requisitions[Division])&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 06 Jul 2024 03:40:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027822#M159122</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-07-06T03:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return value not sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027900#M159125</link>
      <description>&lt;P&gt;Thank you for your reply. Unfortunately it still creates the same problem.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 06:48:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4027900#M159125</guid>
      <dc:creator>Jimbo1980</dc:creator>
      <dc:date>2024-07-06T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to return value not sum</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4029194#M159245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="771315" data-lia-user-login="Jimbo1980" class="lia-mention lia-mention-user"&gt;Jimbo1980&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can try to create a virtual table as a variable in the measure or calculated column, then it could be more easier to get the target outcome.&lt;/P&gt;
&lt;P&gt;If possible, please provide your data(exclude sensitive data) or create some sample data, so that we can help you better.&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;You can refer the following links to share the required info:&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;A title="https://nam06.safelinks.protection.outlook.com/?url=https%3a%2f%2fcommunity.powerbi.com%2ft5%2fcommunity-blog%2fhow-to-provide-sample-data-in-the-power-bi-forum%2fba-p%2f963216&amp;amp;data=05%7c01%7cclaire.dong%40microsoft.com%7cada9149bd91546a8432508dacd31ef9b%" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;A title="https://nam06.safelinks.protection.outlook.com/?url=https%3a%2f%2fcommunity.powerbi.com%2ft5%2fcommunity-blog%2fhow-to-get-your-question-answered-quickly%2fba-p%2f38490&amp;amp;data=05%7c01%7cclaire.dong%40microsoft.com%7cada9149bd91546a8432508dacd31ef9b%7c72f988" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=7UEf71Mu2ySWC7MlgciaPViM1RqU5nx4OHGHG5EvNSw%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 02:54:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-return-value-not-sum/m-p/4029194#M159245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T02:54:52Z</dc:date>
    </item>
  </channel>
</rss>

