<?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: Multi level sankey chart over time in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2489100#M35863</link>
    <description>&lt;P&gt;Thanks for the links, I had looked at the second one but the first one made me wonder why they used Y and N in the first pillar and Yes and No in the second. Which led me to think I needed to put number infront of my values. So all the values in MAJR1 have a 1 in front and MAJR2 have a 2 infront and so on. I think the pillar methodology doesn't work when you have the same values in Source and Target. I get the following now which is correct but I would like to have the header display without the numbers in front.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyattt_0-1651507070088.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/708052i1966A39973AE6D77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hyattt_0-1651507070088.png" alt="hyattt_0-1651507070088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 15:59:26 GMT</pubDate>
    <dc:creator>hyattt</dc:creator>
    <dc:date>2022-05-02T15:59:26Z</dc:date>
    <item>
      <title>Multi level sankey chart over time</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2484104#M35775</link>
      <description>&lt;P&gt;Hello all, I have looked at the posts that are out there for multi-level sankey and I am still having issues getting my sankey to work. Below is the data that shows the counts of student majors as they progress over 5 years. The objective is to have a pillar for each year that shows the majors. MAJR1 is year 1, MAJR2 is year 2 and so on... I am starting with only one major EESC, and showing the progression through the 5 years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyattt_0-1651171106292.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/706723i290650F4CD4578E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hyattt_0-1651171106292.png" alt="hyattt_0-1651171106292.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I created the following in Modeling for the first two years as my initial attempt at this...&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;UNION&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Source"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[MAJR1]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Target"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[MAJR2]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Source]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Target]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"StuCnt"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1[STUCNT]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Source"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[MAJR2]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Target"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Sheet1'[MAJR3]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Source]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Target]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"StuCnt"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1[STUCNT]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the above produced... Not exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyattt_1-1651171521088.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/706724iCBEEA91C2C66F7A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hyattt_1-1651171521088.png" alt="hyattt_1-1651171521088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 18:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2484104#M35775</guid>
      <dc:creator>hyattt</dc:creator>
      <dc:date>2022-04-28T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multi level sankey chart over time</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2488403#M35848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/384303"&gt;@hyattt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please review the following links, hope the solution in these threads can help you resolve the problem.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Multi-level-sankey-query-creating-supporting-visuals/td-p/1689864" target="_blank"&gt;Multi-level sankey query - creating supporting visuals&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_1-1651485015649.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/707916iBB8FB574541CF64C/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_1-1651485015649.png" alt="yingyinr_1-1651485015649.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-create-multi-level-sankey-diagram-Sankey-visual-3-0-3/td-p/2024678" target="_blank"&gt;How to create multi-level sankey diagram. Sankey visual 3.0.3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some &lt;STRONG&gt;sample data&lt;/STRONG&gt; in your tables (&lt;STRONG&gt;&lt;EM&gt;exclude &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;data&lt;/EM&gt;&lt;/STRONG&gt;) with &lt;STRONG&gt;Text&lt;/STRONG&gt; format and your &lt;STRONG&gt;expected result&lt;/STRONG&gt; with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 09:50:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2488403#M35848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-02T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multi level sankey chart over time</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2489100#M35863</link>
      <description>&lt;P&gt;Thanks for the links, I had looked at the second one but the first one made me wonder why they used Y and N in the first pillar and Yes and No in the second. Which led me to think I needed to put number infront of my values. So all the values in MAJR1 have a 1 in front and MAJR2 have a 2 infront and so on. I think the pillar methodology doesn't work when you have the same values in Source and Target. I get the following now which is correct but I would like to have the header display without the numbers in front.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyattt_0-1651507070088.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/708052i1966A39973AE6D77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hyattt_0-1651507070088.png" alt="hyattt_0-1651507070088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 15:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2489100#M35863</guid>
      <dc:creator>hyattt</dc:creator>
      <dc:date>2022-05-02T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multi level sankey chart over time</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2490428#M35874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/384303"&gt;@hyattt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In order to provide you a suitable solution, could you please share&amp;nbsp;some&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;raw&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in your tables (&lt;STRONG&gt;&lt;EM&gt;exclude&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;sensitive&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;data&lt;/EM&gt;&lt;/STRONG&gt;) with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;format and your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with backend logic and special examples? By the way, are the numbers (1, 2, 3, 4, 5) in front of &lt;SPAN&gt;MAJR1&amp;nbsp;&lt;/SPAN&gt;and &lt;SPAN&gt;MAJR2&amp;nbsp;&lt;/SPAN&gt;in the data itself, or are they added later? It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 08:44:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-level-sankey-chart-over-time/m-p/2490428#M35874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-03T08:44:00Z</dc:date>
    </item>
  </channel>
</rss>

