<?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 PowerBI DAX filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DAX-filter/m-p/2525988#M70621</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following matrix table on powerBI - columns marked with "1" and "2" come from their source data respectively. Issue now is that I want to filter the table to when rows in match each other, i.e when columns 1 and 2 are both Essential Health etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a DAX formula to filter?&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 09:48:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-19T09:48:07Z</dc:date>
    <item>
      <title>PowerBI DAX filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DAX-filter/m-p/2525988#M70621</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following matrix table on powerBI - columns marked with "1" and "2" come from their source data respectively. Issue now is that I want to filter the table to when rows in match each other, i.e when columns 1 and 2 are both Essential Health etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a DAX formula to filter?&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 09:48:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DAX-filter/m-p/2525988#M70621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-19T09:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI DAX filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DAX-filter/m-p/2526951#M70679</link>
      <description>&lt;P&gt;Hey&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really know what you want to do.&lt;/P&gt;
&lt;P&gt;You can create a measure like that:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Is Franchise the same =
IF (
    MAX ( 'Table 1'[Franchise] ) = MAX ( 'Table 2'[Franchise] ),
    "They are the same",
    "They are not the same"
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you could filter the visual for the measure. Check this article about filtering visuals by a measure (middle of the article, filter by measure):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://whatthefact.bi/power-bi-basics/automatically-filter-report-on-actual-date-with-calculated-column-and-with-measure/" target="_blank"&gt;Automatically filter report on actual date with calculated column and with measure - What the fact.bi&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need any help please let me know.&lt;BR /&gt;If I answered your question I would be happy if you could mark my post as a solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; and give it a thumbs up &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Denis&lt;BR /&gt;&lt;BR /&gt;Blog: &lt;A href="https://whatthefact.bi/?utm_source=powerbicommunity&amp;amp;utm_medium=link&amp;amp;utm_campaign=forum" target="_blank" rel="noopener"&gt;WhatTheFact.bi&lt;/A&gt;&lt;BR /&gt;Follow me: &lt;A href="https://twitter.com/DenSelimovic" target="_blank" rel="noopener"&gt;twitter.com/DenSelimovic&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 14:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DAX-filter/m-p/2526951#M70679</guid>
      <dc:creator>selimovd</dc:creator>
      <dc:date>2022-05-19T14:43:51Z</dc:date>
    </item>
  </channel>
</rss>

