<?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: Slicer to filter chart using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126696#M111071</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513692" data-lia-user-login="beeEc009" class="lia-mention lia-mention-user"&gt;beeEc009&lt;/a&gt; , If table 1 is on the one side of the join, you should be simply able display this measure and column from table 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case of other join is should also work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this does not help&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 02:39:21 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-03-13T02:39:21Z</dc:date>
    <item>
      <title>Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126595#M111066</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to create a chart to return net actual vs budget chart using fields in multiple tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1:&amp;nbsp;&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;Table 3:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relationship:&lt;/P&gt;&lt;P&gt;Table1(Mapping) - Table 3(ExecutivePL)&lt;/P&gt;&lt;P&gt;Table 3(Mapping Key) - Table2(Mapping Key)&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I have created a DAX measure to returns net actual:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Actual Net Result = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table 2'&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Table 2'&lt;/SPAN&gt;&lt;SPAN&gt;[Header]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Actual"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How do I filter measure to show Net Actual for Table1 [Line item]? So chart returns only sum of actuals for e.g Utilities when selected. Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Mar 2023 01:35:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126595#M111066</guid>
      <dc:creator>beeEc009</dc:creator>
      <dc:date>2023-03-13T01:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126696#M111071</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513692" data-lia-user-login="beeEc009" class="lia-mention lia-mention-user"&gt;beeEc009&lt;/a&gt; , If table 1 is on the one side of the join, you should be simply able display this measure and column from table 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case of other join is should also work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this does not help&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 02:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126696#M111071</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-03-13T02:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126799#M111079</link>
      <description>&lt;P&gt;Thank you for the prompt response. I assumed that the chart should filter if slicer is added but that hasn't been the case.&lt;/P&gt;&lt;P&gt;there is no direct relationshipship between table 1 and table 3. It is worth mentioning that carries data labels, table 2 is a mapping table and table 3 holds all the data (fact table)- this is a new project and I just recently took over.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To simplify my request, i will attach a screenshot of how i will like my output to look.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 03:57:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126799#M111079</guid>
      <dc:creator>beeEc009</dc:creator>
      <dc:date>2023-03-13T03:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126801#M111080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513692" data-lia-user-login="beeEc009" class="lia-mention lia-mention-user"&gt;beeEc009&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please provide a screenshot of the relational data model view to understand there lationships between the tables.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 04:06:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126801#M111080</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-13T04:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126808#M111081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 04:16:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126808#M111081</guid>
      <dc:creator>beeEc009</dc:creator>
      <dc:date>2023-03-13T04:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer to filter chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126814#M111083</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="513692" data-lia-user-login="beeEc009" class="lia-mention lia-mention-user"&gt;beeEc009&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It should work&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 04:24:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-to-filter-chart-using-DAX/m-p/3126814#M111083</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-13T04:24:35Z</dc:date>
    </item>
  </channel>
</rss>

