<?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 How to use a slicer from one table to filter records in another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1376311#M25106</link>
    <description>&lt;P&gt;Hello the community! - I am new to Power BI and stuck in the following situtation for quite some days.&amp;nbsp; &amp;nbsp;The following screen shot shows two tables Allocation and Obligation.&amp;nbsp; I want to use one slicer (EventFY) from Allocation table to filter records in Obligation. The two tables are linked by ERCode.&amp;nbsp; But we cannot join them together, as join will cause duplicate records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to reach is to sum obligations by State as shown in the bottom.&amp;nbsp; When 1990 is selected, the Obligations should show 600 and 1300 for A and B, respectively, and&amp;nbsp; 900, 800 when 1991 is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get the data and report from the following links.&amp;nbsp; Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(excel)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://1drv.ms/x/s!AlntzgQcvbvR2D0cnh_VTTAaN2Qd?e=Tsa89V" target="_blank" rel="nofollow noopener noreferrer"&gt;https://1drv.ms/x/s!AlntzgQcvbvR2D0cnh_VTTAaN2Qd?e=Tsa89V&lt;/A&gt;&amp;nbsp;and (report)&amp;nbsp;&lt;A href="https://1drv.ms/u/s!AlntzgQcvbvR2D4dmQDGa_jCakw7?e=Ly9r4s" target="_blank" rel="nofollow noopener noreferrer"&gt;https://1drv.ms/u/s!AlntzgQcvbvR2D4dmQDGa_jCakw7?e=Ly9r4s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 00:52:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-17T00:52:08Z</dc:date>
    <item>
      <title>How to use a slicer from one table to filter records in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1376311#M25106</link>
      <description>&lt;P&gt;Hello the community! - I am new to Power BI and stuck in the following situtation for quite some days.&amp;nbsp; &amp;nbsp;The following screen shot shows two tables Allocation and Obligation.&amp;nbsp; I want to use one slicer (EventFY) from Allocation table to filter records in Obligation. The two tables are linked by ERCode.&amp;nbsp; But we cannot join them together, as join will cause duplicate records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to reach is to sum obligations by State as shown in the bottom.&amp;nbsp; When 1990 is selected, the Obligations should show 600 and 1300 for A and B, respectively, and&amp;nbsp; 900, 800 when 1991 is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get the data and report from the following links.&amp;nbsp; Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(excel)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://1drv.ms/x/s!AlntzgQcvbvR2D0cnh_VTTAaN2Qd?e=Tsa89V" target="_blank" rel="nofollow noopener noreferrer"&gt;https://1drv.ms/x/s!AlntzgQcvbvR2D0cnh_VTTAaN2Qd?e=Tsa89V&lt;/A&gt;&amp;nbsp;and (report)&amp;nbsp;&lt;A href="https://1drv.ms/u/s!AlntzgQcvbvR2D4dmQDGa_jCakw7?e=Ly9r4s" target="_blank" rel="nofollow noopener noreferrer"&gt;https://1drv.ms/u/s!AlntzgQcvbvR2D4dmQDGa_jCakw7?e=Ly9r4s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 00:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1376311#M25106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-17T00:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a slicer from one table to filter records in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1376397#M25109</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest way is to create a relationship between the two tables in the Model view:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this, I have changed the filter direction to Single where Allocation table is filtering the Obligation table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;BR /&gt;Vivek&lt;BR /&gt;&lt;BR /&gt;Blog: &lt;A href="https://www.vivran.in/my-blog" target="_blank"&gt;vivran.in/my-blog&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/vivek-ranjan-063a1a17b/" target="_blank"&gt;Connect on LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://twitter.com/imvivran" target="_blank"&gt;Follow on Twitter&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 01:44:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1376397#M25109</guid>
      <dc:creator>vivran22</dc:creator>
      <dc:date>2020-09-17T01:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a slicer from one table to filter records in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1377676#M25148</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="141768" data-lia-user-login="vivran22" class="lia-mention lia-mention-user"&gt;vivran22&lt;/a&gt;&amp;nbsp;You are the man.&amp;nbsp; Thank you so much for your tutoring!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 12:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-a-slicer-from-one-table-to-filter-records-in-another/m-p/1377676#M25148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-17T12:34:37Z</dc:date>
    </item>
  </channel>
</rss>

