<?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: Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717436#M144718</link>
    <description>&lt;P&gt;&lt;A href="https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual" target="_blank"&gt;https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 14:52:23 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-22T14:52:23Z</dc:date>
    <item>
      <title>Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3715501#M144615</link>
      <description>&lt;P&gt;Hi Team - We want to remove the blanks at child (lowest level) only and keep the blanks at parent level. I tried with below dax measure but it's not working. Can you please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used Custom Hierarichal Slicer but it removes the blanks from the parent as well. Example: When User selects Parent Level , currenlty it display all corresponding child entries as well, where as in default slicer there is blank under each parent, clicking on it will provide details for parent Only.&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;Measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;_Remove Blanks =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISINSCOPE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Pipelines'&lt;/SPAN&gt;&lt;SPAN&gt;[L0DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L0DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;))),&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISINSCOPE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L1DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L1DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;))),&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISINSCOPE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L2DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L2DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;))),&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISINSCOPE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L3DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pipelines&lt;/SPAN&gt;&lt;SPAN&gt;[L3DisplayName]&lt;/SPAN&gt;&lt;SPAN&gt;))),&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I used this filter on slicer and filter it to 1 but it's not working. Please assist&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhiram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 00:57:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3715501#M144615</guid>
      <dc:creator>abhiram342</dc:creator>
      <dc:date>2024-02-22T00:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717436#M144718</link>
      <description>&lt;P&gt;&lt;A href="https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual" target="_blank"&gt;https://radacad.com/removing-blanks-from-organizational-ragged-hierarchy-in-power-bi-matrix-visual&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:52:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717436#M144718</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-22T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717876#M144746</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;! Is there way to achieve same behaviour in slicer ( default/ Custom Slicer).&amp;nbsp; Default Slicer provides that functionality but unable to remove blanks from the child. I think I should create dax measure to solve it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhiram&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:48:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717876#M144746</guid>
      <dc:creator>abhiram342</dc:creator>
      <dc:date>2024-02-22T17:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717894#M144747</link>
      <description>&lt;P&gt;short answer is no. That's not how the default slicer was built.&amp;nbsp; And with the custom slicer you are paying a high price too, as it needs to traverse the entire hierarchy to find the ragged ends. This is all hard work, no magic involved.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:59:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717894#M144747</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-22T17:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blanks at child level ( lowest level) only in Parent-Child Hierarchy</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717928#M144752</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 18:24:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-blanks-at-child-level-lowest-level-only-in-Parent-Child/m-p/3717928#M144752</guid>
      <dc:creator>abhiram342</dc:creator>
      <dc:date>2024-02-22T18:24:43Z</dc:date>
    </item>
  </channel>
</rss>

