<?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: Night and Day plot area background in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2989285#M6424</link>
    <description>&lt;P&gt;While you could fudge this with an appropriately prepared background image&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;this might be the perfect opportunity to try out a custom visual generator like Charticulator or Deneb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If you want "Day/Night" boundaries you could modify the calculated column like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;BG = if(hour('System Counters'[AggregationEndTimeUTC])&amp;gt;17 || hour('System Counters'[AggregationEndTimeUTC])&amp;lt;6 ,100,0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2022 00:37:06 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-12-27T00:37:06Z</dc:date>
    <item>
      <title>Night and Day plot area background</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2988346#M6421</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question that i can do in Excel however I am having difficulties on doing it in Power BI.&amp;nbsp;&lt;BR /&gt;Is there anyway to make plot area background like this in Power BI?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make data from 6pm-6am as black bar chart background and the rest data as white bar chart background indicating day time data. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 06:23:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2988346#M6421</guid>
      <dc:creator>dannytan1112</dc:creator>
      <dc:date>2022-12-26T06:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Night and Day plot area background</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2989285#M6424</link>
      <description>&lt;P&gt;While you could fudge this with an appropriately prepared background image&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;this might be the perfect opportunity to try out a custom visual generator like Charticulator or Deneb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If you want "Day/Night" boundaries you could modify the calculated column like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;BG = if(hour('System Counters'[AggregationEndTimeUTC])&amp;gt;17 || hour('System Counters'[AggregationEndTimeUTC])&amp;lt;6 ,100,0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 00:37:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2989285#M6424</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-27T00:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Night and Day plot area background</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2989653#M6429</link>
      <description>&lt;P&gt;Really Really thanks. it works for me.&lt;/P&gt;&lt;P&gt;Btw i have question, is it possible to make that 100 value in BG became variable?&lt;/P&gt;&lt;P&gt;Let say max value of a column in Table(x) ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 07:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2989653#M6429</guid>
      <dc:creator>dannytan1112</dc:creator>
      <dc:date>2022-12-27T07:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Night and Day plot area background</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2990136#M6435</link>
      <description>&lt;P&gt;You can do that as a calculated column, a measure, or as a calculation item in Deneb. Be mindful of the UX.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 12:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Night-and-Day-plot-area-background/m-p/2990136#M6435</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-12-27T12:26:03Z</dc:date>
    </item>
  </channel>
</rss>

