<?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: Same DAX formula not providing correct result in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3806287#M148835</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>Wed, 03 Apr 2024 01:54:08 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-04-03T01:54:08Z</dc:date>
    <item>
      <title>Same DAX formula not providing correct result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3805150#M148782</link>
      <description>&lt;P&gt;Good day,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have exactly same DAX for Var and Total cost to provide the best plant. When used Var cost plant is not correct vs Total cost where result is as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOCATION = VAR MinPrice = CALCULATE ( MIN(COST[TOTAL_COST]) )&lt;/P&gt;&lt;P&gt;RETURN CALCULATE ( MIN ( COST[LOCATION]), FILTER ( ALLEXCEPT ( COST, COST[LOCATION]), COST[TOTAL_COST]= MinPrice ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3805150#M148782</guid>
      <dc:creator>NDDD</dc:creator>
      <dc:date>2024-04-02T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Same DAX formula not providing correct result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3806287#M148835</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>Wed, 03 Apr 2024 01:54:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3806287#M148835</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-03T01:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Same DAX formula not providing correct result</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3807339#M148858</link>
      <description>&lt;P&gt;Good day,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;First thank you, find a solution, changed dax to&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;nbsp;CALCULATE(MIN(COST[LOCATION]),TOPN(1, COST , COST[$],ASC))&lt;/P&gt;&lt;P&gt;issue was two $ values are equal and seems BI pulled first in line value instead correct one&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 09:35:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Same-DAX-formula-not-providing-correct-result/m-p/3807339#M148858</guid>
      <dc:creator>NDDD</dc:creator>
      <dc:date>2024-04-03T09:35:36Z</dc:date>
    </item>
  </channel>
</rss>

