<?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: Filter SSAS Dax Query based on List of Values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4162223#M165367</link>
    <description>&lt;P&gt;Apply List directly in your query, This works for me&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = YourOtherDataSource,
    FilteredRows = Table.SelectRows(Source, each List.Contains(MyList, [YourColumn]))
in
    FilteredRows&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;HSathwara&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2024 11:56:03 GMT</pubDate>
    <dc:creator>HarshSathwara19</dc:creator>
    <dc:date>2024-09-20T11:56:03Z</dc:date>
    <item>
      <title>Filter SSAS Dax Query based on List of Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4159767#M165283</link>
      <description>&lt;P&gt;Hello - like the title says, I have a SSAS Dax Query (Import) that I am trying to add a condition based on another list of values. These values are currently stored in an excel file. Right now, I'm importing all the rows of data (millions), then filtering the list down to the ~50k rows I need using the other query. Is it possible to use this list of values I need filtered on in the original query?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 12:41:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4159767#M165283</guid>
      <dc:creator>ChrisFromOhio</dc:creator>
      <dc:date>2024-09-19T12:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filter SSAS Dax Query based on List of Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4159965#M165295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343703" data-lia-user-login="ChrisFromOhio" class="lia-mention lia-mention-user"&gt;ChrisFromOhio&lt;/a&gt; Yes, it's possible to filter the data in your query based on the list of values stored in your Excel file directly,&lt;/P&gt;&lt;P&gt;Follow the instructions in the ScreenCapture and let me know If it works for you or not&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 14:06:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4159965#M165295</guid>
      <dc:creator>HarshSathwara19</dc:creator>
      <dc:date>2024-09-19T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter SSAS Dax Query based on List of Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4162102#M165362</link>
      <description>&lt;P&gt;Thank you for the reply. How do I go about taking my list of values and converting that to a parameter, as this list can and will update from time to time.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 10:39:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4162102#M165362</guid>
      <dc:creator>ChrisFromOhio</dc:creator>
      <dc:date>2024-09-20T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter SSAS Dax Query based on List of Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4162223#M165367</link>
      <description>&lt;P&gt;Apply List directly in your query, This works for me&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = YourOtherDataSource,
    FilteredRows = Table.SelectRows(Source, each List.Contains(MyList, [YourColumn]))
in
    FilteredRows&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;HSathwara&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;STRONG&gt; Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 11:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-SSAS-Dax-Query-based-on-List-of-Values/m-p/4162223#M165367</guid>
      <dc:creator>HarshSathwara19</dc:creator>
      <dc:date>2024-09-20T11:56:03Z</dc:date>
    </item>
  </channel>
</rss>

