<?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>GoldenSandwich Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>GoldenSandwich Tracker</description>
    <pubDate>Fri, 18 Sep 2026 19:20:03 GMT</pubDate>
    <dc:date>2026-09-18T19:20:03Z</dc:date>
    <item>
      <title>Re: Slicer date period filtering based on  table filtering</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Slicer-date-period-filtering-based-on-table-filtering/m-p/3550639#M1170159</link>
      <description>&lt;P&gt;Okay, let me clarify.&lt;/P&gt;&lt;P&gt;This is how the report looks roight now with all data:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now, the user clicks on chosen entry in top (&lt;STRONG&gt;Vendor_Employee_Match)&amp;nbsp;&lt;/STRONG&gt;table. The bottom one (&lt;STRONG&gt;Vendor_Transactions&lt;/STRONG&gt;) is now filtered:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Now, the user needs to quickly determine from hundreds of transactions which of these transactions happened after the employee left the company. I'd like to create a slicer with a following function:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As you can see, bottom table was further filtered by a slicer. It doesn't necessarily need to look like this, I've only created a visual representation of how it's supposed to interact.&lt;/P&gt;&lt;P&gt;I don't know if I can provide pbix with report, but this is some sample data I came up with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Vendor_Employee_Match

vendor_id;vendor_name;employee_id;employee_name;employee_termination_date
0000;Company Alpha;45670;John Smith;20220501
0001;Test Industries;04444;Cassandra Something;20221231
0000;Company Alpha;22222;Paul Jordan;20230425
0002;Gamma Services Inc.;00001;Michael Hat;20200615

Vendor_Transactions

vendor_id;transaction_id;amount;document_date
0002;0;556.18;20180109
0002;1;7999.99;20180524
0001;2;272.40;20190118
0001;3;842.00;20191007
0000;4;9999.94;20191101
0002;5;18.64;20191204
0000;6;542.09;20200305
0001;7;-18.52;20210519
0000;8;37773.00;20231019
0000;9;543.00;20231102
0001;10;43.22;20231104&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that my goal is clear now. Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 10:39:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Slicer-date-period-filtering-based-on-table-filtering/m-p/3550639#M1170159</guid>
      <dc:creator>GoldenSandwich</dc:creator>
      <dc:date>2023-11-24T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Slicer date period filtering based on  table filtering</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Slicer-date-period-filtering-based-on-table-filtering/m-p/3546981#M1169156</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm relatively new to PowerBI and can't say I'm fluent yet in DAX as I usually work in SQL and general programming.&lt;/P&gt;&lt;P&gt;I'm not exactly sure about the wording of my issue, but I'll try to explain everything in a simplified context:&lt;/P&gt;&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vendor_Employee_Match&lt;/STRONG&gt; (&lt;EM&gt;vendor_id&lt;/EM&gt;, vendor_name, employee_id, employee_name, employee_termination_date)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vendor_Transactions&lt;/STRONG&gt; (&lt;EM&gt;vendor_id&lt;/EM&gt;, transaction_id, amount, document_date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, these tables are connected in *:* (many-to-many) relationship on &lt;EM&gt;vendor_id&lt;/EM&gt; field, because vendor_id is not unique in any of these tables (sometimes fuzzy match finds multiple persons for a single vendor_name, and, well, transactions).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The flow is following: User clicks on &lt;STRONG&gt;Vendor_Employee_Match&lt;/STRONG&gt; row to limit &lt;STRONG&gt;Vendor_Transactions&lt;/STRONG&gt; to only those with matching vendor_id. Now, the user needs to know whether there are transactions that occured (document_date) after employee_termination_date.&lt;/P&gt;&lt;P&gt;I need to create a slicer, that functionally will have an option to either display all matching rows from &lt;STRONG&gt;Vendor_Transactions&lt;/STRONG&gt; table, or filter it so only rows from &lt;STRONG&gt;Vendor_Transactions&lt;/STRONG&gt; with document_date after employee_termination_date filtered in previous step are shown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attempted multiple ways to at least filter the slicer in date after.. mode, but I don't know how to assign employee_termination_date as a limiting variable. The fact that I have *:* relationship doesn't make it any easier to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you approach this? If there will be a need to provide sample data, I will come up with something.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 14:27:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Slicer-date-period-filtering-based-on-table-filtering/m-p/3546981#M1169156</guid>
      <dc:creator>GoldenSandwich</dc:creator>
      <dc:date>2023-11-22T14:27:35Z</dc:date>
    </item>
  </channel>
</rss>

