<?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 with data pairing in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3173343#M42079</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great to know it helped! If it solved your problem, please mark it as solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your question, please use the field in the following way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Category:&lt;/STRONG&gt; Date&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Value 1:&lt;/STRONG&gt; Accepted&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Value 2:&lt;/STRONG&gt; Defective&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Legend:&lt;/STRONG&gt; ProductID&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this answer solves your problem!&lt;BR /&gt;If you need any additional help please &lt;SPAN&gt;@&lt;/SPAN&gt; me in your reply.&lt;BR /&gt;If my reply provided you with a solution, please consider marking it as a solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; or giving it a kudoe &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Best regards,&lt;BR /&gt;Joao Ribeiro&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 08:48:43 GMT</pubDate>
    <dc:creator>joaoribeiro</dc:creator>
    <dc:date>2023-04-05T08:48:43Z</dc:date>
    <item>
      <title>line chart with data pairing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3169090#M42051</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows if it is possible to have data pairing on a line chart?&lt;/P&gt;&lt;P&gt;For example, with the data set as follows:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;ProductID&lt;/TD&gt;&lt;TD&gt;Defective&lt;/TD&gt;&lt;TD&gt;Accepted&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/3/2023&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;90&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/3/2023&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/3/2023&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/3/2023&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/3/20203&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;1300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/3/20203&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;2300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/3/20203&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/3/20203&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;350&lt;/TD&gt;&lt;TD&gt;1800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/3/2023&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;230&lt;/TD&gt;&lt;TD&gt;1900&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/3/2023&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;140&lt;/TD&gt;&lt;TD&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/3/2023&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;320&lt;/TD&gt;&lt;TD&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/3/2023&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to create a line chart with 4 sets of lines (one solid, one dotted) to represent each productid, with 2 lines each; one for defective and one for accepted.&lt;/P&gt;&lt;P&gt;With the date in the x-axis field, and productid in the Legend field, I am unable to add more than 1 column in the y-axis field; hence am unable to create the 8 lines I was hoping to.&lt;/P&gt;&lt;P&gt;Was hoping to get some help here in this channel.&lt;/P&gt;&lt;P&gt;Any guidence is greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3169090#M42051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T10:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: line chart with data pairing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3171628#M42070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the native line chart you can use the small multiples to open the chart per ProductID, as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaoribeiro_0-1680608966184.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/897250i5890B6E8ED15A215/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaoribeiro_0-1680608966184.png" alt="joaoribeiro_0-1680608966184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides that, you have the "Advanced Line Chart" in the AppSource. Please find below how the free version looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaoribeiro_1-1680609237919.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/897252iA9B241EF75E46F31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaoribeiro_1-1680609237919.png" alt="joaoribeiro_1-1680609237919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaoribeiro_2-1680609280860.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/897253iDBFAB53C8281FE0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaoribeiro_2-1680609280860.png" alt="joaoribeiro_2-1680609280860.png" /&gt;&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;Hope this answer solves your problem!&lt;BR /&gt;If you need any additional help please &lt;SPAN&gt;@&lt;/SPAN&gt; me in your reply.&lt;BR /&gt;If my reply provided you with a solution, please consider marking it as a solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; or giving it a kudoe &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Joao Ribeiro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 11:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3171628#M42070</guid>
      <dc:creator>joaoribeiro</dc:creator>
      <dc:date>2023-04-04T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: line chart with data pairing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3172697#M42078</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/539647"&gt;@joaoribeiro&lt;/a&gt;&amp;nbsp;This is really helpful. May I know what are the fields that should be input to achieve the lines you have on the advanced line chart? Thanks again!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="curiouscat_0-1680652303157.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/897509iAD73BEA72B154966/image-size/medium?v=v2&amp;amp;px=400" role="button" title="curiouscat_0-1680652303157.png" alt="curiouscat_0-1680652303157.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 23:51:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3172697#M42078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-04T23:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: line chart with data pairing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3173343#M42079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great to know it helped! If it solved your problem, please mark it as solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your question, please use the field in the following way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Category:&lt;/STRONG&gt; Date&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Value 1:&lt;/STRONG&gt; Accepted&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Value 2:&lt;/STRONG&gt; Defective&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Legend:&lt;/STRONG&gt; ProductID&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this answer solves your problem!&lt;BR /&gt;If you need any additional help please &lt;SPAN&gt;@&lt;/SPAN&gt; me in your reply.&lt;BR /&gt;If my reply provided you with a solution, please consider marking it as a solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; or giving it a kudoe &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Best regards,&lt;BR /&gt;Joao Ribeiro&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 08:48:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3173343#M42079</guid>
      <dc:creator>joaoribeiro</dc:creator>
      <dc:date>2023-04-05T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: line chart with data pairing</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3175498#M42089</link>
      <description>&lt;P&gt;many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 08:35:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/line-chart-with-data-pairing/m-p/3175498#M42089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-06T08:35:45Z</dc:date>
    </item>
  </channel>
</rss>

