<?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: Dynamically generate Levels in Parent-Child Hierarchy - Hierarchical Slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706021#M144169</link>
    <description>&lt;P&gt;Hypothetically, if you had that hierarchy - what do you think will be the maximum number of clicks before your users abandon you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you ultimately trying to achieve?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Feb 2024 15:06:29 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-18T15:06:29Z</dc:date>
    <item>
      <title>Dynamically generate Levels in Parent-Child Hierarchy - Hierarchical Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3705037#M144124</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Pipelines table below with Child and Parent PipelineId, We want to generate Hierarchy Slicer based out of it. Currenlty, I was able to generate manually using Path and PathItems&amp;nbsp; with sample data, however, we have&amp;nbsp; ParentPipleineIds&amp;nbsp; in the&amp;nbsp; range from 2 to 16&amp;nbsp; for some PipelineTypes, I believe generating 16 Columns will degrade the perfome of model . Is there any alternative Solution&amp;nbsp; Or Cloning the Table with relationships/ Redesign? Please Suggest&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Pipeline Table RowCount is 5 Million rows&lt;/P&gt;&lt;P&gt;Also, Regaridng Blank Value For Each Parent, Can we achieve same behaviour by clicking on Parent and Elimintaing Blank Value?&lt;/P&gt;&lt;P&gt;( Highlighted)&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;Thanks,&lt;/P&gt;&lt;P&gt;Abhiram&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>Sun, 18 Feb 2024 18:55:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3705037#M144124</guid>
      <dc:creator>abhiram342</dc:creator>
      <dc:date>2024-02-18T18:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically generate Levels in Parent-Child Hierarchy - Hierarchical Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706021#M144169</link>
      <description>&lt;P&gt;Hypothetically, if you had that hierarchy - what do you think will be the maximum number of clicks before your users abandon you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you ultimately trying to achieve?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 15:06:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706021#M144169</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-18T15:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically generate Levels in Parent-Child Hierarchy - Hierarchical Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706250#M144184</link>
      <description>&lt;P&gt;Hi&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;- thank you for your reply! I wrongly calculated the level. Currenlty, max depth level is 16. Also, this number may increase in future. Looking for solution on how to the cretae Levels dynamically if the depth increases? As, we want to include the Levels dynamically in hierarchical slicer i.e currently we have level 16 and if new level comes we need to manually create column for new level and also bring the column in hieraricahl slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find scenario below&lt;/P&gt;&lt;P&gt;we&lt;SPAN&gt;&amp;nbsp;want to create dashboard to track the Pipelines , Activities and Tickets for product. User is intersted in hierarchical slicer to understand the dependecies of pipelines and how they execute.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pipelines: Pipelines Tables will have list of Parent and Child Pipelines information , attributes inlcudes, PipelineId, ParentPipelineId, created date, start date, finish date, owner, pipelinetype, product . All the Pipelines with be group based on Product. ex: Product A has 10 pipeleines ( 5 parent pipeline and each parent has child pipeline)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Activities: Each Pipeline will have activities to do some action and attribute includes ( PipelineId, ActivityId, PipelineName, StartDate, EndDate, Type, Owner, Order).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tickets: Each Activity will create ticket if there are any failures, same Activity (ActivityId) can create multiple tickets. ActivityId, TicketId, TicketCount.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 Tables - Pipelines, Activites, Tickets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&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>Sun, 18 Feb 2024 19:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706250#M144184</guid>
      <dc:creator>abhiram342</dc:creator>
      <dc:date>2024-02-18T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically generate Levels in Parent-Child Hierarchy - Hierarchical Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706309#M144186</link>
      <description>&lt;LI-CODE lang="markup"&gt;we want to create dashboard to track the Pipelines , Activities and Tickets for product. User is intersted in hierarchical slicer to understand the dependecies of pipelines and how they execute.&lt;/LI-CODE&gt;
&lt;P&gt;That's pretty much a non-starter as dashboards are not interactive unless you pin an entire report page to a tile.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 20:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-generate-Levels-in-Parent-Child-Hierarchy/m-p/3706309#M144186</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-18T20:53:53Z</dc:date>
    </item>
  </channel>
</rss>

