<?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: Automatic drill down based on slicer selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920092#M152585</link>
    <description>&lt;P&gt;It can be implemented, but there is no generic solution, it needs to be designed on a per object basis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally it is a matter of adding additional filtering logic within the measure, or adding visual filters (controlled with the measure).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, you can refer to the following example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Default state:&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;Interaction state:&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 09:27:18 GMT</pubDate>
    <dc:creator>xifeng_L</dc:creator>
    <dc:date>2024-05-15T09:27:18Z</dc:date>
    <item>
      <title>Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3917170#M152482</link>
      <description>&lt;P&gt;Hello dear members.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a hierarchy with brand and model in my table. I have created a bar chart with brand in the x axis and the sales amount in the value. I have also a slicer with the hierarchy Brand, model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to achieve is, when there is no selection in the slicer to display in the chart the brand. But if there is a brand selected in the slicer to display automatically the related models in the bar chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if it is possible to have an dynamic drill down&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 11:37:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3917170#M152482</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-05-14T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3917902#M152505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324110" data-lia-user-login="Dimitris_Kats" class="lia-mention lia-mention-user"&gt;Dimitris_Kats&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can refer to below solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1.&amp;nbsp;&lt;SPAN&gt;when there is no selection in the slicer to display in the chart the brand&lt;/SPAN&gt;&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;#2.&amp;nbsp;&lt;SPAN&gt;if there is a brand selected in the slicer to display automatically the related models in the bar chart&lt;/SPAN&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;A href="https://1drv.ms/u/s!Avkq2QNvDlkrwTI3JfD6M9mZDPlK?e=4cvOxy" target="_blank"&gt;Demo - Automatic drill down based on slicer selection.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 16:01:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3917902#M152505</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-14T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3919342#M152562</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="738384" data-lia-user-login="xifeng_L" class="lia-mention lia-mention-user"&gt;xifeng_L&lt;/a&gt;&amp;nbsp;thank you so much. It worked perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 06:06:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3919342#M152562</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-05-15T06:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3919995#M152580</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="738384" data-lia-user-login="xifeng_L" class="lia-mention lia-mention-user"&gt;xifeng_L&lt;/a&gt;&amp;nbsp; the only issue now is that I have Lost the possibility to filter the matrix I have in the same page. When I select a brand or model from the bar chart the matrix remains the same. Is it possible to keep that interaction?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:58:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3919995#M152580</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-05-15T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920092#M152585</link>
      <description>&lt;P&gt;It can be implemented, but there is no generic solution, it needs to be designed on a per object basis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally it is a matter of adding additional filtering logic within the measure, or adding visual filters (controlled with the measure).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, you can refer to the following example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Default state:&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;Interaction state:&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 09:27:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920092#M152585</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-15T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920166#M152590</link>
      <description>&lt;P&gt;Thank you so much &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="738384" data-lia-user-login="xifeng_L" class="lia-mention lia-mention-user"&gt;xifeng_L&lt;/a&gt;&amp;nbsp; for your answer. Unfortunately I don't use the same fields ( brand and model) in the matrix. I use other fields . I tried your solution but I couldn't make it work. I also tried to creat a relationship to solve the problem but still couldn't fix it. Could you please help me out with that?? &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 09:51:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920166#M152590</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-05-15T09:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920237#M152591</link>
      <description>&lt;P&gt;As stated above, there is no universal approach to this and it needs to be tailored to different scenarios.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can learn my solution idea above and apply it to your scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 10:12:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920237#M152591</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-15T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920385#M152594</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="738384" data-lia-user-login="xifeng_L" class="lia-mention lia-mention-user"&gt;xifeng_L&lt;/a&gt;&amp;nbsp;I really appreciate your help!! Thank you very much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it too much to ask for an example with unrelated fields in the matrix??&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 11:03:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3920385#M152594</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-05-15T11:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic drill down based on slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3970917#M154004</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="738384" data-lia-user-login="xifeng_L" class="lia-mention lia-mention-user"&gt;xifeng_L&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add another level?&lt;/P&gt;&lt;P&gt;I need to go from level 1 to level 2 and from level 2 to level 3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 10:20:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Automatic-drill-down-based-on-slicer-selection/m-p/3970917#M154004</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2024-06-04T10:20:39Z</dc:date>
    </item>
  </channel>
</rss>

