<?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: Dynamic hierarchy Visual Level selection by slicer selections in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467629#M27805</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268200" data-lia-user-login="heman" class="lia-mention lia-mention-user"&gt;heman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you share some sample data and the expected result to have a clear understanding of your question?&lt;BR /&gt;You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to paste sample data with your question?&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to get your questions answered quickly?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;_____________________________________&lt;BR /&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Nov 2020 09:24:55 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2020-11-01T09:24:55Z</dc:date>
    <item>
      <title>Dynamic hierarchy Visual Level selection by slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467612#M27802</link>
      <description>&lt;P&gt;I have a scenario of three level hierarchy location (Region-&amp;gt;Districts-&amp;gt;Blocks).I want to see location wise values in the donut chart.But the requirement is when I select region ,donut is showing the value for complete region instead it should show values for all the districts in that particular region.&lt;/P&gt;&lt;P&gt;Like wise if a particular district is selected it should show all the values of block in that District.&lt;/P&gt;&lt;P&gt;And by default View it should reflect all the values of regions&lt;/P&gt;&lt;P&gt;Dax Measure:&lt;/P&gt;&lt;P&gt;sales_by-Level = If(Isfiltered(country[Region]),Calculate([Inqty_sum],'Level'[custom]="L1"),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(ISFILTERED(country[District]),Calculate([Inqty_sum],'Level'[custom]="L0"),&lt;/P&gt;&lt;P&gt;Calculate([Inqty_sum],'Level'[custom]="L2")&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;By using the above Dax measure Now if I select Region in slicer its showing District values.&lt;/P&gt;&lt;P&gt;And If I select District its showing block values.But When I select Both (Region&amp;amp; District) its uanble to show the block values.&lt;/P&gt;&lt;P&gt;I Have attached the screenshots for better understanding in the link.&lt;/P&gt;&lt;P&gt;Please correct me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 11:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467612#M27802</guid>
      <dc:creator>heman</dc:creator>
      <dc:date>2020-11-01T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic hierarchy Visual Level selection by slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467629#M27805</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="268200" data-lia-user-login="heman" class="lia-mention lia-mention-user"&gt;heman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you share some sample data and the expected result to have a clear understanding of your question?&lt;BR /&gt;You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.&lt;BR /&gt;____________________________________&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to paste sample data with your question?&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to get your questions answered quickly?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;_____________________________________&lt;BR /&gt;Did I answer your question? Mark this post as a solution, this will help others!.&lt;/P&gt;&lt;P&gt;Click on the Thumbs-Up icon if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;YouTube, &lt;/A&gt;&lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;LinkedIn&lt;/A&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 09:24:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467629#M27805</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-11-01T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic hierarchy Visual Level selection by slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467637#M27806</link>
      <description>&lt;P&gt;Hi Fowmy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the link below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1vqp-U28kvjk-tZGUIibGjRyYOA1OiQpJ?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1vqp-U28kvjk-tZGUIibGjRyYOA1OiQpJ?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 09:43:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-hierarchy-Visual-Level-selection-by-slicer-selections/m-p/1467637#M27806</guid>
      <dc:creator>heman</dc:creator>
      <dc:date>2020-11-01T09:43:48Z</dc:date>
    </item>
  </channel>
</rss>

