<?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 Filtering throug inactive indirect relationship in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-throug-inactive-indirect-relationship/m-p/2433138#M35294</link>
    <description>&lt;P&gt;I have the following tables with the following relationship A&amp;lt;...*:*...&amp;gt;B, B-*:1-&amp;gt;C where C is some lookup table. Lets say in table A there is Status field called IsCompleted which is used in BarChart like this to show total iscomplete true vs false.&lt;/P&gt;&lt;P&gt;&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;Lets say I have drop down slicer for the lookup table C. The problem I have given indirect relationship and given is that when I select a value from the slicer to filter by, the tolals in the bar chart doesnt change. I tried using USERELATIONSHIP and ALLSELECTED but nothing worked! how can I get this working? Thanks alot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Apr 2022 08:40:30 GMT</pubDate>
    <dc:creator>alisaleh</dc:creator>
    <dc:date>2022-04-02T08:40:30Z</dc:date>
    <item>
      <title>Filtering throug inactive indirect relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-throug-inactive-indirect-relationship/m-p/2433138#M35294</link>
      <description>&lt;P&gt;I have the following tables with the following relationship A&amp;lt;...*:*...&amp;gt;B, B-*:1-&amp;gt;C where C is some lookup table. Lets say in table A there is Status field called IsCompleted which is used in BarChart like this to show total iscomplete true vs false.&lt;/P&gt;&lt;P&gt;&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;Lets say I have drop down slicer for the lookup table C. The problem I have given indirect relationship and given is that when I select a value from the slicer to filter by, the tolals in the bar chart doesnt change. I tried using USERELATIONSHIP and ALLSELECTED but nothing worked! how can I get this working? Thanks alot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 08:40:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filtering-throug-inactive-indirect-relationship/m-p/2433138#M35294</guid>
      <dc:creator>alisaleh</dc:creator>
      <dc:date>2022-04-02T08:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering throug inactive indirect relationship</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-throug-inactive-indirect-relationship/m-p/2437587#M35347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374387" data-lia-user-login="alisaleh" class="lia-mention lia-mention-user"&gt;alisaleh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create a sample to have a test, and &lt;SPAN&gt;USERELATIONSHIP should work well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table A:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Table B:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Table C:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Relationship:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
CALCULATE(SUM('Table A'[Value]),USERELATIONSHIP('Table A'[Category],'Table B'[Category]), USERELATIONSHIP('Table B'[Category],'Table C'[Category]))&lt;/LI-CODE&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If this reply still couldn't help you solve your problem, please share a sample file with me. And show me a screenshot with the result you want. This will make me easier to find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 08:27:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filtering-throug-inactive-indirect-relationship/m-p/2437587#M35347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-05T08:27:15Z</dc:date>
    </item>
  </channel>
</rss>

