<?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: Line chart show multiple lines based on selected values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3667534#M142205</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468652" data-lia-user-login="Anonymous97" class="lia-mention lia-mention-user"&gt;Anonymous97&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You only need to make sure that the values of the legends of id=1 and id=2 are not the same, not necessarily the splicing of id and value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2024 06:18:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-30T06:18:52Z</dc:date>
    <item>
      <title>Line chart show multiple lines based on selected values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3656903#M141676</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a requirement for line chart where i need to show to the no.of lines based on the selected filter&lt;/P&gt;&lt;P&gt;x axis- Text column(test1)&lt;/P&gt;&lt;P&gt;y axis- range from 0 to 6(test2)&lt;/P&gt;&lt;P&gt;legend - text column(values)&lt;/P&gt;&lt;P&gt;I have columns id, test1, test2, values and slicers for id and measure , if a user selects 2 different id's i have to show 2 different lines but the issue is here for example&amp;nbsp;&lt;/P&gt;&lt;P&gt;id =1, text1=abc,text2=0.6,legend=xyz&lt;/P&gt;&lt;P&gt;id=2,&lt;SPAN&gt;text1=abc,text2=0.6,legend=xyz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in Slicer if I select two id's it is giving me single line with adding the values 0.6+0.6. Is there any possibility to achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 24 Jan 2024 12:07:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3656903#M141676</guid>
      <dc:creator>Anonymous97</dc:creator>
      <dc:date>2024-01-24T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show multiple lines based on selected values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3658539#M141755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468652" data-lia-user-login="Anonymous97" class="lia-mention lia-mention-user"&gt;Anonymous97&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With 'values'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in the Legend field, Power BI will attempt to create a separate line for each unique value in the 'values'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;column. If 'values'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is the same for both 'id'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;= 1 and 'id'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;= 2, Power BI will naturally try to combine these because it sees them as not distinct. If you want separate lines for each 'id'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;, you can create a new column that concatenates&amp;nbsp; 'id'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and 'values'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to make them unique and then put the new column in legend.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 02:53:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3658539#M141755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-25T02:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show multiple lines based on selected values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3658659#M141759</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I have already tried this by concatenating the id and value and I was able to acheive the requirement, but when we hover over the legend it is showing both id and values concatenated and the user only wants to see the values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 04:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3658659#M141759</guid>
      <dc:creator>Anonymous97</dc:creator>
      <dc:date>2024-01-25T04:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show multiple lines based on selected values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3667534#M142205</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468652" data-lia-user-login="Anonymous97" class="lia-mention lia-mention-user"&gt;Anonymous97&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You only need to make sure that the values of the legends of id=1 and id=2 are not the same, not necessarily the splicing of id and value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 06:18:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-chart-show-multiple-lines-based-on-selected-values/m-p/3667534#M142205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-30T06:18:52Z</dc:date>
    </item>
  </channel>
</rss>

