<?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: converting rows to Y axis in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2492350#M35892</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I think this should work.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 05:37:42 GMT</pubDate>
    <dc:creator>mason23</dc:creator>
    <dc:date>2022-05-04T05:37:42Z</dc:date>
    <item>
      <title>converting rows to Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2476058#M35707</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have a dataset below and I'm using a Gantt visual to display rows A, B, C, D, and E as my Y-axis in the task field of the Gantt visual. The dates would be compared to the current date(30, 60, 90, etc..) Any ideas? Thank you&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="mason23_0-1650920823575.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/704759i79780A167E5A904F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mason23_0-1650920823575.png" alt="mason23_0-1650920823575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 21:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2476058#M35707</guid>
      <dc:creator>mason23</dc:creator>
      <dc:date>2022-04-25T21:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: converting rows to Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2482073#M35747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100816"&gt;@mason23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(&lt;STRONG&gt;see attachment&lt;/STRONG&gt;) for you, please check whether that is what you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;STRONG&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/unpivot-column#unpivot-columns-1" target="_self"&gt;Upivot all columns&lt;/A&gt;&lt;/STRONG&gt; as below screenshot&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_1-1651123078064.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/706199i5CE77C297BA01D55/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_1-1651123078064.png" alt="yingyinr_1-1651123078064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;calculated column&lt;/STRONG&gt; as below to get the day diff between the date with current date&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Duration = DATEDIFF( 'Table'[Date], TODAY(),DAY)&lt;/LI-CODE&gt;
&lt;P&gt;3. Create a gantt visual with below setting&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1651123028922.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/706198iFB3583FE5279327D/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1651123028922.png" alt="yingyinr_0-1651123028922.png" /&gt;&lt;/span&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;EM&gt;&lt;STRONG&gt;exclude &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;sensitive &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/EM&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. 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>Thu, 28 Apr 2022 05:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2482073#M35747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T05:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting rows to Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2492350#M35892</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I think this should work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 05:37:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/converting-rows-to-Y-axis/m-p/2492350#M35892</guid>
      <dc:creator>mason23</dc:creator>
      <dc:date>2022-05-04T05:37:42Z</dc:date>
    </item>
  </channel>
</rss>

