<?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 urgent help please!!! in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008944#M157943</link>
    <description>&lt;P&gt;Ryan, the measure return the wrong value&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 10:35:03 GMT</pubDate>
    <dc:creator>cuongtrinh2197</dc:creator>
    <dc:date>2024-06-25T10:35:03Z</dc:date>
    <item>
      <title>Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008714#M157939</link>
      <description>&lt;P&gt;Hi, can someone show me the way to bring the field Customer part number to the visual table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My relationship looks fine but the error happened when I tried to bring the customer part number to the table, If the customer doesn't have a specific part number for the part they bought, the return will be our part number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find my attachment for details:&lt;BR /&gt;&lt;A href="https://shorturl.at/uI99n" target="_blank" rel="noopener"&gt;https://shorturl.at/uI99n&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 08:43:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008714#M157939</guid>
      <dc:creator>cuongtrinh2197</dc:creator>
      <dc:date>2024-06-25T08:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008771#M157940</link>
      <description>&lt;P&gt;i think you need to improve the data model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you can try to create a column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;customer part number =&lt;/SPAN&gt; &lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;fSales&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Customer Part Number]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;then add this column to the table visual&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:05:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008771#M157940</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-25T09:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008797#M157941</link>
      <description>&lt;P&gt;Many thanks Ryan,&lt;BR /&gt;Is there any chance for me to use your syntax acting as a measure?&lt;BR /&gt;My company just empowered me to do the measure and visual table without modifying the dataset such as add a new column,...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:18:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008797#M157941</guid>
      <dc:creator>cuongtrinh2197</dc:creator>
      <dc:date>2024-06-25T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008881#M157942</link>
      <description>&lt;P&gt;pls try this&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fSales&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Customer Part Number]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:56:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008881#M157942</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-25T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008944#M157943</link>
      <description>&lt;P&gt;Ryan, the measure return the wrong value&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:35:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008944#M157943</guid>
      <dc:creator>cuongtrinh2197</dc:creator>
      <dc:date>2024-06-25T10:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008948#M157944</link>
      <description>&lt;P&gt;Sorry Ryan I just checked again, if you can see the measure return to the swrong result&lt;BR /&gt;For example, line 1, customer 1 sale order but the return value in the measure column is the part number of customer 2&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:33:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4008948#M157944</guid>
      <dc:creator>cuongtrinh2197</dc:creator>
      <dc:date>2024-06-25T10:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help please!!!</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4010052#M157945</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="761300" data-lia-user-login="cuongtrinh2197" class="lia-mention lia-mention-user"&gt;cuongtrinh2197&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pls see if this is what you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;_cpn&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;maxx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fSales&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Customer]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fSales&lt;/SPAN&gt;&lt;SPAN&gt;[Customer]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;fCustProduct&lt;/SPAN&gt;&lt;SPAN&gt;[Customer Part Number]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;_cpn&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;fSales&lt;/SPAN&gt;&lt;SPAN&gt;[Part number]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;_cpn&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jun 2024 01:33:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-urgent-help-please/m-p/4010052#M157945</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-26T01:33:27Z</dc:date>
    </item>
  </channel>
</rss>

