<?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: Automatically filter 3 fields at the same time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4004774#M156306</link>
    <description>&lt;P&gt;you can either create a composite key that concatenates these three fields. or your can use disconnected tables and TREATAS based measures to filter your second table.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 22:57:00 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-06-21T22:57:00Z</dc:date>
    <item>
      <title>Automatically filter 3 fields at the same time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4004344#M156283</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;&lt;P&gt;I have a question and I'm not sure how to solve it. I have two tables and I want one to filter 3 fields at the same time automatically in table 2. The problem is that it only allows one relationship at a time.&lt;/P&gt;&lt;P&gt;I leave the following example in case you can help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relationship&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When putting Active there another relationship appears this problem&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use this Dax formula but doesn't work. I think because doesn't have a relationship&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 15:54:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4004344#M156283</guid>
      <dc:creator>henrydhs</dc:creator>
      <dc:date>2024-06-21T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically filter 3 fields at the same time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4004774#M156306</link>
      <description>&lt;P&gt;you can either create a composite key that concatenates these three fields. or your can use disconnected tables and TREATAS based measures to filter your second table.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 22:57:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4004774#M156306</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-21T22:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically filter 3 fields at the same time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4006440#M156832</link>
      <description>&lt;P&gt;Thank you very much. It´s more easy than I thought, I creat that concatenate relationship. Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 07:46:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4006440#M156832</guid>
      <dc:creator>henrydhs</dc:creator>
      <dc:date>2024-06-24T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically filter 3 fields at the same time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4010724#M157835</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;After creating the concatenate function, I now have a problem selecting the PDCA table with the PDCA filter. The percentage calculation formula does not work correctly. Below is an example:&lt;/P&gt;&lt;P&gt;```DAX&lt;BR /&gt;ColunaFiltragem Append L1 L2 = 'Append L1 L2'[Description Piece type] &amp;amp; " - " &amp;amp; 'Append L1 L2'[Descrição Defeito] &amp;amp; "-" &amp;amp; 'Append L1 L2'[Model]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The calculation formula is:&lt;BR /&gt;```DAX&lt;BR /&gt;PDCA 3% = DIVIDE([Reprocesso 1o Fogo], [Entrd. EF 1o Fogo Fixo Geral], 0)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Example 1:&lt;BR /&gt;When the PDCA table is filtered:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX&lt;BR /&gt;Entrd. EF 1o Fogo PDCA = CALCULATE(SUM('Append L1 L2'[Entrd. EF 1o Fogo Coluna]))&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Example 2:&lt;BR /&gt;I tried with the `CALCULATE` and `ALL` formula, but there is no filtering:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX&lt;BR /&gt;Entrd. EF 1o Fogo PDCA = CALCULATE(SUM('Append L1 L2'[Entrd. EF 1o Fogo Coluna]), ALL('Append L1 L2'[ColunaFiltragem Append L1 L2]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The correct value would be:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem seems to be with the filtering of the formula `Entrd. EF 1o Fogo PDCA`, but I don't know how to solve the issue to perform the calculation correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:59:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatically-filter-3-fields-at-the-same-time/m-p/4010724#M157835</guid>
      <dc:creator>henrydhs</dc:creator>
      <dc:date>2024-06-26T07:59:47Z</dc:date>
    </item>
  </channel>
</rss>

