<?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: Charticulator: Null Values in Line Chart in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2542363#M4552</link>
    <description>&lt;P&gt;Charticulator has always casted &lt;FONT face="courier new,courier"&gt;null&lt;/FONT&gt;/&lt;FONT face="courier new,courier"&gt;blank&lt;/FONT&gt; values to zero as part of its dataset processing. Unfortunately there's no way to currently work around it, apart from possibly replacing them with a textual value, but this usually results in the field being treacted as text by Charticulator rather than numbers, and some functionality gets lost.&lt;/P&gt;
&lt;P&gt;If you're looking to get an improvement around this behaviour, the team monitor all bug reports and feature requests in their GitHub repository - &lt;A href="https://github.com/microsoft/charticulator/issues" target="_self"&gt;I'd suggest creating an issue in there&lt;/A&gt; to request changes around this behaviour.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 22:57:24 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2022-05-26T22:57:24Z</dc:date>
    <item>
      <title>Charticulator: Null Values in Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2415750#M4395</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iam currently building a Visual with Charticulator.&lt;/P&gt;&lt;P&gt;On the x-axis we have the calendar week and on the y-axis we have the progess in %.&lt;/P&gt;&lt;P&gt;The orange line is a forecast and the green line shows the real progress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem i encountered is that progress values which are BLANK() in my table are shown as zero values in the chart. The green line chart for example should stop at the current calendar week and shouldnt display any more values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone know if there is a way to prevent Charticulator to show BLANK() values?&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="CasualDA_0-1648140668752.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/689519i3FEAA38ABFBB9DED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CasualDA_0-1648140668752.png" alt="CasualDA_0-1648140668752.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The standard PowerBI Line Chart behaves in that way. Unfortunately iam not able to use it. The shown problem is just a part of a way more complex chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any adive.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;CasualDA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 17:00:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2415750#M4395</guid>
      <dc:creator>CasualDA</dc:creator>
      <dc:date>2022-03-24T17:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Charticulator: Null Values in Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2536519#M4541</link>
      <description>&lt;P&gt;I had a similar issue. Here is my solution, select the symbol - attribute -in visibility set up, the default is conditional context - change it to a value field (e.g., [active headcount])- click the field and select boolean condition greater than 0.1, then the 0 symbols will disppear.&amp;nbsp;&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-center" image-alt="charticulator supress 0.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/720823iD12ACBCF14769F7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charticulator supress 0.png" alt="charticulator supress 0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 14:05:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2536519#M4541</guid>
      <dc:creator>Jeanxyz</dc:creator>
      <dc:date>2022-05-24T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Charticulator: Null Values in Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2542363#M4552</link>
      <description>&lt;P&gt;Charticulator has always casted &lt;FONT face="courier new,courier"&gt;null&lt;/FONT&gt;/&lt;FONT face="courier new,courier"&gt;blank&lt;/FONT&gt; values to zero as part of its dataset processing. Unfortunately there's no way to currently work around it, apart from possibly replacing them with a textual value, but this usually results in the field being treacted as text by Charticulator rather than numbers, and some functionality gets lost.&lt;/P&gt;
&lt;P&gt;If you're looking to get an improvement around this behaviour, the team monitor all bug reports and feature requests in their GitHub repository - &lt;A href="https://github.com/microsoft/charticulator/issues" target="_self"&gt;I'd suggest creating an issue in there&lt;/A&gt; to request changes around this behaviour.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 22:57:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2542363#M4552</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2022-05-26T22:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Charticulator: Null Values in Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2554697#M4570</link>
      <description>&lt;P&gt;Thanks. I chose a similar solution since i still wanted to show 0 values. I set all null/blank values in my dataset to a negative value and then used the filter as you described.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 08:13:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Charticulator-Null-Values-in-Line-Chart/m-p/2554697#M4570</guid>
      <dc:creator>CasualDA</dc:creator>
      <dc:date>2022-06-02T08:13:31Z</dc:date>
    </item>
  </channel>
</rss>

