<?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 Slicer for Active and Inactive relationship in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805438#M148794</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I've got the following Active and Inactive relationship between 2 tables. Is there a way to&amp;nbsp; create slicers that display StudentName for Proposer1 and Proposer2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using SelectedValue, but can't get it to work, I've als seen a thread from 2020 suggesting 2 tblStudents, but this seems on the heavy side, is there an easier soluion??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 16:15:55 GMT</pubDate>
    <dc:creator>ryand009</dc:creator>
    <dc:date>2024-04-02T16:15:55Z</dc:date>
    <item>
      <title>Slicer for Active and Inactive relationship</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805438#M148794</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I've got the following Active and Inactive relationship between 2 tables. Is there a way to&amp;nbsp; create slicers that display StudentName for Proposer1 and Proposer2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using SelectedValue, but can't get it to work, I've als seen a thread from 2020 suggesting 2 tblStudents, but this seems on the heavy side, is there an easier soluion??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:15:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805438#M148794</guid>
      <dc:creator>ryand009</dc:creator>
      <dc:date>2024-04-02T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer for Active and Inactive relationship</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805938#M148820</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="450914" data-lia-user-login="ryand009" class="lia-mention lia-mention-user"&gt;ryand009&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;1. Measure on active relationship&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Measure 1 = MAX('tblProposals'[Proposer1])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 Measure on inactive relationship:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Measure 2 = CALCULATE(
                MAX('tblProposals'[Proposer2]),
                USERELATIONSHIP('tblStudents'[StudentID], 'tblProposals'[Proposer2])
               )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 21:14:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805938#M148820</guid>
      <dc:creator>StrategicSavvy</dc:creator>
      <dc:date>2024-04-02T21:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer for Active and Inactive relationship</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805964#M148825</link>
      <description>&lt;P&gt;Your picture joins StudentID ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consume inactive relationships via measures and USERELATIONSHIP&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 21:32:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-for-Active-and-Inactive-relationship/m-p/3805964#M148825</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-02T21:32:51Z</dc:date>
    </item>
  </channel>
</rss>

