<?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 convert qlik expression to DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-convert-qlik-expression-to-DAX/m-p/2815660#M89276</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SUMX(
    FILTER(
        'combination table',
        LEFT( [RegrindColorNumber], 1 ) = LEFT( 'Fact table'[ColorNumber], 1 )
    ),
    _RegrindStartingInventory
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2022 02:35:46 GMT</pubDate>
    <dc:creator>v-chenwuz-msft</dc:creator>
    <dc:date>2022-10-04T02:35:46Z</dc:date>
    <item>
      <title>Need to convert qlik expression to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-convert-qlik-expression-to-DAX/m-p/2814708#M89225</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I need to convert the qlik Expression to dax.&lt;/P&gt;&lt;P&gt;2 table in power BI&lt;/P&gt;&lt;P&gt;Table Fact&lt;/P&gt;&lt;P&gt;Table combination&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ColorNumber field from Fact table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RegrindColorNumber field from combination table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;_RegrindStartingInventory field from combination table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;below is the Qlik Expression&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum(distinct if(left(ColorNumber,1)=left(RegrindColorNumber,1),_RegrindStartingInventory,0))&lt;/P&gt;&lt;P&gt;I have tried converting into DAX but result is not matching.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 18:09:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-convert-qlik-expression-to-DAX/m-p/2814708#M89225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-03T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to convert qlik expression to DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-convert-qlik-expression-to-DAX/m-p/2815660#M89276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SUMX(
    FILTER(
        'combination table',
        LEFT( [RegrindColorNumber], 1 ) = LEFT( 'Fact table'[ColorNumber], 1 )
    ),
    _RegrindStartingInventory
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 02:35:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-convert-qlik-expression-to-DAX/m-p/2815660#M89276</guid>
      <dc:creator>v-chenwuz-msft</dc:creator>
      <dc:date>2022-10-04T02:35:46Z</dc:date>
    </item>
  </channel>
</rss>

