<?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: Help coloring Deneb heatmap in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485870#M8128</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is helpful, thank you. For context, I'm a long-time Tableau user and relatively new to both Power BI and Deneb. I have found it challenging to accurately describe what I'm trying to accomplish, so please bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example (and screenshot below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data has a range of -12.4% to 64.8%:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The deepest blue will always correspond to the highest value in the data set, regardless of row.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The deepest orange will always correspond to the lowest value in the data set, regardless of row.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The spectrum of color is applied such that a particular shade of blue, for example, will represent the same value, no matter where it appears. Same for shades of orange and everything in between. I’ve added labels here to see if maybe that helps:&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="highlight table.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983532iC68D536680C4136D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="highlight table.png" alt="highlight table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aside from all that, a question:&amp;nbsp;&amp;nbsp;I see in your spec that you are declaring the range of values. My data changes every day, so that wouldn't be practical. Is there a way to avoid that and have the range be dynamic?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 15:31:53 GMT</pubDate>
    <dc:creator>Doug7983</dc:creator>
    <dc:date>2023-10-19T15:31:53Z</dc:date>
    <item>
      <title>Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3481494#M8110</link>
      <description>&lt;P&gt;I’m new to Deneb and haven’t been able to figure out how to color this heatmap so that it is colored by row, or category, rather than as a whole:&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="as is.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/982287iD52CF41986933C5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="as is.png" alt="as is.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the rows to be color independently of one another, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="desired.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/982289iD370B12C95A438DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="desired.png" alt="desired.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my first forum post and I don't see a way to post a .pbix. Here is the Deneb specification using Vega Lite:&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"mark": {&lt;BR /&gt;"type": "rect",&lt;BR /&gt;"stroke": "white",&lt;BR /&gt;"tooltip": true&lt;BR /&gt;},&lt;BR /&gt;"encoding": {&lt;BR /&gt;"y": {&lt;BR /&gt;"field": "Category",&lt;BR /&gt;"type": "nominal",&lt;BR /&gt;"title": "",&lt;BR /&gt;"axis": {&lt;BR /&gt;"domain": false,&lt;BR /&gt;"ticks": false,&lt;BR /&gt;"labels": true,&lt;BR /&gt;"labelAngle": 0,&lt;BR /&gt;"labelPadding": 5&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"x": {&lt;BR /&gt;"field": "Date",&lt;BR /&gt;"type": "ordinal",&lt;BR /&gt;"title": "",&lt;BR /&gt;"timeUnit": "yearmonth",&lt;BR /&gt;"axis": {&lt;BR /&gt;"domain": false,&lt;BR /&gt;"ticks": false,&lt;BR /&gt;"labels": true,&lt;BR /&gt;"labelAngle": -90,&lt;BR /&gt;"orient": "top"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"tooltip": [&lt;BR /&gt;{&lt;BR /&gt;"field": "Category",&lt;BR /&gt;"type": "nominal"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"field": "Date",&lt;BR /&gt;"type": "ordinal"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"field": "Growth (MoYaM)",&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"format": ".1%"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"field": "Growth (WDC)",&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"format": ".1%"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"color": {&lt;BR /&gt;"aggregate": "max",&lt;BR /&gt;"field": "Growth (WDC)",&lt;BR /&gt;"type": "quantitative",&lt;BR /&gt;"title": "Growth (WDC)",&lt;BR /&gt;"scale": {&lt;BR /&gt;"scheme": "pbiColorDivergent"&lt;BR /&gt;},&lt;BR /&gt;"legend": {&lt;BR /&gt;"direction": "vertical",&lt;BR /&gt;"gradientLength": 120,&lt;BR /&gt;"format": ".1%"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 14:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3481494#M8110</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-18T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3482077#M8114</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;. Welcome to the forums! That's awesome that you're diving into Deneb. Thank you for providing your spec and screenshots.&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;Here's how&lt;/A&gt;&amp;nbsp;to provide a .pbix, which would be very helpful. Alternatively, if you're able to provide&lt;SPAN&gt;&amp;nbsp;a sanitized dataset that matches your schema&lt;/SPAN&gt;&lt;SPAN&gt;, that will also work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Happy to try to help once I have either the dataset or .pbix.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 00:11:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3482077#M8114</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-18T00:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3483580#M8119</link>
      <description>&lt;P&gt;Thanks for the reply,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;. Security policies prevent me from uploading a .pbix as described in your linked instructions, and character limitations prevent pasting the full file here. I'm attempting to paste in a partial data set.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Growth (WDC)&lt;/TD&gt;&lt;TD&gt;Growth (MoYaM)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/21&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;23.2%&lt;/TD&gt;&lt;TD&gt;29.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/21&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;11.9%&lt;/TD&gt;&lt;TD&gt;11.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;12.9%&lt;/TD&gt;&lt;TD&gt;18.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;9.1%&lt;/TD&gt;&lt;TD&gt;9.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;20.8%&lt;/TD&gt;&lt;TD&gt;20.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;29.3%&lt;/TD&gt;&lt;TD&gt;23.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;35.6%&lt;/TD&gt;&lt;TD&gt;42.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;27.6%&lt;/TD&gt;&lt;TD&gt;27.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;42.4%&lt;/TD&gt;&lt;TD&gt;13.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;27.7%&lt;/TD&gt;&lt;TD&gt;33.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;17.7%&lt;/TD&gt;&lt;TD&gt;23.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;18.7%&lt;/TD&gt;&lt;TD&gt;18.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;9.0%&lt;/TD&gt;&lt;TD&gt;9.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/22&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;14.4%&lt;/TD&gt;&lt;TD&gt;14.4%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;10.1%&lt;/TD&gt;&lt;TD&gt;10.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;8.5%&lt;/TD&gt;&lt;TD&gt;8.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;13.0%&lt;/TD&gt;&lt;TD&gt;13.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;6.0%&lt;/TD&gt;&lt;TD&gt;0.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;3.0%&lt;/TD&gt;&lt;TD&gt;13.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;6.9%&lt;/TD&gt;&lt;TD&gt;6.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;11.8%&lt;/TD&gt;&lt;TD&gt;11.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;13.8%&lt;/TD&gt;&lt;TD&gt;13.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;17.6%&lt;/TD&gt;&lt;TD&gt;12.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/23&lt;/TD&gt;&lt;TD&gt;Category 01&lt;/TD&gt;&lt;TD&gt;14.5%&lt;/TD&gt;&lt;TD&gt;-61.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/21&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;15.2%&lt;/TD&gt;&lt;TD&gt;21.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/21&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;10.6%&lt;/TD&gt;&lt;TD&gt;10.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;14.2%&lt;/TD&gt;&lt;TD&gt;20.2%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;12.4%&lt;/TD&gt;&lt;TD&gt;12.4%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;12.2%&lt;/TD&gt;&lt;TD&gt;12.2%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;13.5%&lt;/TD&gt;&lt;TD&gt;8.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;15.5%&lt;/TD&gt;&lt;TD&gt;21.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;6.5%&lt;/TD&gt;&lt;TD&gt;6.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;17.9%&lt;/TD&gt;&lt;TD&gt;-5.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;7.7%&lt;/TD&gt;&lt;TD&gt;12.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;-1.7%&lt;/TD&gt;&lt;TD&gt;3.2%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;8.0%&lt;/TD&gt;&lt;TD&gt;8.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;12.3%&lt;/TD&gt;&lt;TD&gt;12.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/22&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;6.7%&lt;/TD&gt;&lt;TD&gt;6.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;4.0%&lt;/TD&gt;&lt;TD&gt;4.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;8.4%&lt;/TD&gt;&lt;TD&gt;8.4%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;18.8%&lt;/TD&gt;&lt;TD&gt;18.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;14.0%&lt;/TD&gt;&lt;TD&gt;8.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;5.2%&lt;/TD&gt;&lt;TD&gt;15.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;12.7%&lt;/TD&gt;&lt;TD&gt;12.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;8.7%&lt;/TD&gt;&lt;TD&gt;8.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;10.5%&lt;/TD&gt;&lt;TD&gt;10.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;5.8%&lt;/TD&gt;&lt;TD&gt;0.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/23&lt;/TD&gt;&lt;TD&gt;Category 03&lt;/TD&gt;&lt;TD&gt;1.7%&lt;/TD&gt;&lt;TD&gt;-66.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/21&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;24.0%&lt;/TD&gt;&lt;TD&gt;30.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/21&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;15.8%&lt;/TD&gt;&lt;TD&gt;15.8%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;11.8%&lt;/TD&gt;&lt;TD&gt;17.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;11.3%&lt;/TD&gt;&lt;TD&gt;11.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;18.3%&lt;/TD&gt;&lt;TD&gt;18.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;21.6%&lt;/TD&gt;&lt;TD&gt;16.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;14.6%&lt;/TD&gt;&lt;TD&gt;20.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;12.5%&lt;/TD&gt;&lt;TD&gt;12.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;25.4%&lt;/TD&gt;&lt;TD&gt;0.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;8.7%&lt;/TD&gt;&lt;TD&gt;13.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;9.0%&lt;/TD&gt;&lt;TD&gt;14.4%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;12.6%&lt;/TD&gt;&lt;TD&gt;12.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;2.6%&lt;/TD&gt;&lt;TD&gt;2.6%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/22&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;0.5%&lt;/TD&gt;&lt;TD&gt;0.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;3.9%&lt;/TD&gt;&lt;TD&gt;3.9%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;0.1%&lt;/TD&gt;&lt;TD&gt;0.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-8.4%&lt;/TD&gt;&lt;TD&gt;-8.4%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-7.7%&lt;/TD&gt;&lt;TD&gt;-12.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-5.0%&lt;/TD&gt;&lt;TD&gt;4.5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-6.0%&lt;/TD&gt;&lt;TD&gt;-6.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-3.0%&lt;/TD&gt;&lt;TD&gt;-3.0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-0.1%&lt;/TD&gt;&lt;TD&gt;-0.1%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-1.6%&lt;/TD&gt;&lt;TD&gt;-6.3%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/1/23&lt;/TD&gt;&lt;TD&gt;Category 10&lt;/TD&gt;&lt;TD&gt;-7.2%&lt;/TD&gt;&lt;TD&gt;-69.1%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 18 Oct 2023 14:27:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3483580#M8119</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-18T14:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3484143#M8121</link>
      <description>&lt;P&gt;Thanks for the dataset,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;. Let me know if something like this scratches the itch.&lt;BR /&gt;&lt;A href="https://vega.github.io/editor/#/gist/0a96f2f28d7757b0bae9ac1175838b63/spec.json" target="_self"&gt;Here&lt;/A&gt; is a gist that contains the spec. I've also included it below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_0-1697660756786.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983030iF2372BF4648E85A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1697660756786.png" alt="giammariam_0-1697660756786.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;LI-CODE lang="markup"&gt;{
  "resolve": {"scale": {"color": "independent"}},
  "facet": {
    "row": {
      "field": "Category",
      "header": {"labelAngle": 0, "labelAlign": "left"},
      "title": null
    }
  },
  "spacing": -5,
  "spec": {
    "mark": {"type": "rect", "stroke": "white", "tooltip": true},
    "encoding": {
      "x": {
        "field": "Date",
        "type": "ordinal",
        "title": null,
        "timeUnit": "yearmonth",
        "axis": {
          "domain": false,
          "ticks": false,
          "labels": true,
          "labelAngle": -90,
          "orient": "top"
        }
      },
      "tooltip": [
        {"field": "Category", "type": "nominal"},
        {"field": "Date", "type": "ordinal"},
        {"field": "Growth (MoYaM)", "type": "quantitative", "format": ".1%"},
        {"field": "Growth (WDC)", "type": "quantitative", "format": ".1%"}
      ],
      "color": {
        "aggregate": "max",
        "field": "Growth (WDC)",
        "type": "quantitative",
        "title": "Growth (WDC)",
        "legend": {
          "direction": "horizontal",
          "title": null,
          "gradientLength": 120,
          "format": ".1%",
          "labelOffset": {"expr": "-child_height*0.6"},
          "labelColor": {
            "expr": "luminance(scale('child_color', max(0, parseFloat(datum.label)/100))) &amp;lt; 0.5 ? '#fff' : '#000'"
          }
        }
      }
    }
  },
  "data": {
    "name": "dataset"
   }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 20:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3484143#M8121</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-18T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485870#M8128</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is helpful, thank you. For context, I'm a long-time Tableau user and relatively new to both Power BI and Deneb. I have found it challenging to accurately describe what I'm trying to accomplish, so please bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example (and screenshot below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data has a range of -12.4% to 64.8%:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The deepest blue will always correspond to the highest value in the data set, regardless of row.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The deepest orange will always correspond to the lowest value in the data set, regardless of row.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The spectrum of color is applied such that a particular shade of blue, for example, will represent the same value, no matter where it appears. Same for shades of orange and everything in between. I’ve added labels here to see if maybe that helps:&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="highlight table.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983532iC68D536680C4136D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="highlight table.png" alt="highlight table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aside from all that, a question:&amp;nbsp;&amp;nbsp;I see in your spec that you are declaring the range of values. My data changes every day, so that wouldn't be practical. Is there a way to avoid that and have the range be dynamic?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 15:31:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485870#M8128</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-19T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485928#M8129</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;, I'm only providing the values in the values array in the gist for example purposes. You can see that in the embedded spec (not the gist) I left that array out. Deneb assumes that you have named your data "dataset", and will receive the values dynamically from Power BI.&lt;BR /&gt;&lt;BR /&gt;In the example that I provided, each row is independent from one another color-wise and thus has its own legend. That's why the lightest color for one row has a different minimum input domain (lowest value) than that of another row. If you were to go to the gist and comment out the following line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  "resolve": {"scale": {"color": "independent"}},&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then the legend would no longer be independent for each row.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_0-1697730949262.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983549i798B78D4465199D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1697730949262.png" alt="giammariam_0-1697730949262.png" /&gt;&lt;/span&gt;(color domains and legends are independent per row)&lt;/P&gt;&lt;P&gt;vs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_1-1697731017424.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983550iDF908791EB95D6E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_1-1697731017424.png" alt="giammariam_1-1697731017424.png" /&gt;&lt;/span&gt;(color domain and legend are shared across entire dataset)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Forgive me, but I'm having trouble understanding. I'm confused about what you're trying to achieve because this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;My data has a range of -12.4% to 64.8%:

The deepest blue will always correspond to the highest value in the data set, regardless of row.

The deepest orange will always correspond to the lowest value in the data set, regardless of row.

The spectrum of color is applied such that a particular shade of blue, for example, will represent the same value, no matter where it appears. Same for shades of orange and everything in between. &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;seems to conflict with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;I’m new to Deneb and haven’t been able to figure out how to color this heatmap so that it is colored by row, or category, rather than as a whole:

&amp;lt;.png&amp;gt;

I want the rows to be color independently&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;For example, if the deepest blue will always correspond to the highest value in the data set regardless of row, the heatmap would not be colored independently.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:05:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485928#M8129</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-19T16:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485986#M8130</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're absolutely right. Those are conflicting statements. I think&amp;nbsp;&lt;EM&gt;maybe&lt;/EM&gt; the missing piece is describing how the orange-blue diverging color palette is applied?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I don't attempt to intervene in how Deneb applies&amp;nbsp;&lt;SPAN&gt;pbiColorDivergent, Category 6 dominates the visual.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="as is.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/982287iD52CF41986933C5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="as is.png" alt="as is.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But that is far different from the original Tableau chart:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="desired.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/982289iD370B12C95A438DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="desired.png" alt="desired.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i think the difference may lie in how the colors are&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;being applied.&amp;nbsp;&lt;/SPAN&gt;Here is a screenshot from Tableau:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="e702f7670c114c9b0e82ba0f813e810ef02f3dff.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983567iC2C64FE42E6AAF82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="e702f7670c114c9b0e82ba0f813e810ef02f3dff.png" alt="e702f7670c114c9b0e82ba0f813e810ef02f3dff.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I’ve highlighted the dynamically created Start, End, and Center points. By default, the center of the spectrum is zero and the end colors are at equal distances from zero. Tableau assigns a lighter orange to -0.124 because the darkest orange would correspond to -0.648 – exactly opposite the maximum positive number. This tells the viewer that the lowest value, in orange, is not as far away from zero as the highest value.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I hope I haven't confused you further. I'm confused enough for both of us. Thanks for the help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Doug&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:27:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3485986#M8130</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-19T16:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3486005#M8131</link>
      <description>&lt;P&gt;Ah, this is very helpful! The midpoint of the input range is set to 0 in your Tableau screenshot. The scale in vega-lite is just taking into account the min/max values, so the midpoint here would be (max-min)/2. This would explain the color discrepancy. Let me play with it and see if I can get the scale to account for the 0 center threshold.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3486005#M8131</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-19T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3486409#M8134</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;,&amp;nbsp;let me know if this is any closer. Note - you can eliminate the spacing between the FYs by setting the column spacing to -5.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_0-1697747680443.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/983675iE8E3D40A4DB8F466/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1697747680443.png" alt="giammariam_0-1697747680443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vega.github.io/editor/#/gist/c58d220052ea43707a8a4ced81aeba47/spec.json" target="_self"&gt;Here's the gist&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Here's the spec:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "transform": [{"calculate": "'FY ' + year(datum['Date'])", "as": "FY"}],
  "facet": {
    "column": {"field": "FY", "title": null, "header": {"labelFontSize": 13}}
  },
  "resolve": {"scale": {"x": "independent"}},
  "spacing": {"column": 5},
  "spec": {
    "width": {"step": 30},
    "mark": {"type": "rect", "stroke": "white", "tooltip": true},
    "encoding": {
      "x": {
        "field": "Date",
        "type": "ordinal",
        "title": null,
        "timeUnit": "month",
        "axis": {
          "domain": false,
          "ticks": false,
          "labels": true,
          "labelOpacity": 0.65,
          "orient": "top"
        }
      },
      "y": {
        "field": "Category",
        "type": "nominal",
        "title": "",
        "axis": {
          "domain": false,
          "ticks": false,
          "labels": true,
          "labelOpacity": 0.65,
          "labelAngle": 0,
          "labelPadding": 5
        }
      },
      "tooltip": [
        {"field": "Category", "type": "nominal"},
        {"field": "Date", "type": "ordinal"},
        {"field": "Growth (MoYaM)", "type": "quantitative", "format": ".1%"},
        {"field": "Growth (WDC)", "type": "quantitative", "format": ".1%"}
      ],
      "color": {
        "aggregate": "max",
        "field": "Growth (WDC)",
        "type": "quantitative",
        "title": "Growth (WDC)",
        "scale": {"domainMid": 0, "reverse": true, "scheme": "blueorange"},
        "legend": {
          "titleBaseline": "bottom",
          "direction": "vertical",
          "format": ".1%",
          "orient": "right"
        }
      }
    }
  },
  "data": {
    "name": "dataset"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:02:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3486409#M8134</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-20T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487664#M8145</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;. The screenshot looks extremely promising, but the spec is throwing this error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Invalid specification {}. Make sure the specification includes at least one of the following properties: "mark", "layer", "facet", "hconcat", "vconcat", "concat", or "repeat".&lt;/PRE&gt;&lt;P&gt;I'm not far enough down the learning path to troubleshoot it, but I wonder whether it may have something to do with this piece about "FY":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"transform"&lt;/SPAN&gt;&lt;SPAN&gt;: [{&lt;/SPAN&gt;&lt;SPAN&gt;"calculate"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"'FY ' + year(datum['Date'])"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"as"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"FY"&lt;/SPAN&gt;&lt;SPAN&gt;}],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"facet"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"column"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;SPAN&gt;"field"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"FY"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;null&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"header"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;SPAN&gt;"labelFontSize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;13&lt;/SPAN&gt;&lt;SPAN&gt;}}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help. This looks like it could well work if we can get past that error.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:48:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487664#M8145</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T12:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487689#M8146</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;, I see the issue. I had a rogue closed bracket in the data object that I missed. I deleted it and updated the above spec. Try it now.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  "data": {
    "name": "dataset"
    ] //&amp;lt;-- Should not be there
  }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:04:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487689#M8146</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-20T13:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487697#M8147</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;This is is exactly! Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:08:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487697#M8147</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T13:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487709#M8148</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;Just noticed one thing: My fiscal year starts in July, not January. So July 2023, for example, is in FY24.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487709#M8148</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487795#M8149</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;,&amp;nbsp;good catch, unfortunately I'm out of time at the moment, but will be able to get back to this later. If instead you want to create the &lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-Fiscal-Year-starting-in-July/m-p/3223636" target="_self"&gt;FY calculation in DAX&lt;/A&gt; and then bring that field into Deneb, that may be a better option. If you go this route, be sure to call it "FY" (or update the spec with the measure/calculated column name that you choose). &lt;BR /&gt;&lt;BR /&gt;Also, remove this line from the spec, otherwise it will overwrite your FY column:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; "transform": [{"calculate": "'FY ' + year(datum['Date'])", "as": "FY"}],&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:53:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3487795#M8149</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-20T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488320#M8150</link>
      <description>&lt;P&gt;Totally get it,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;. I'm grateful for your help. I've tried making changes myself, but the best I could get to was simply changing the "FY" in the spec to "CY". While accurate, it's not really what I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Date table has FiscalYear and FiscalMonth fields, but I couldn't get that approach to work, either.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 17:16:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488320#M8150</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T17:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488507#M8152</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_0-1697831851432.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/984235iEEE5C5B93C387AF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1697831851432.png" alt="giammariam_0-1697831851432.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "transform": [
    {"calculate": "'FY '+ year(datum['Date'])", "as": "FY"},
    {"calculate": "(month(datum['Date'])+1)", "as": "monthNum"},
    {
      "calculate": "datum['monthNum'] + (datum['monthNum'] &amp;lt; 7 ? 6 : -6)",
      "as": "monthSort"
    },
    {
      "calculate": "'FY ' + toString(year(datum['Date']) + (datum['monthSort'] &amp;gt; 7 ? -1 : 0))",
      "as": "FY"
    }
  ],
  "facet": {
    "column": {"field": "FY", "title": null, "header": {"labelFontSize": 13}}
  },
  "resolve": {"scale": {"x": "independent"}},
  "spacing": {"column": 5},
  "spec": {
    "width": {"step": 30},
    "mark": {"type": "rect", "stroke": "white", "tooltip": true},
    "encoding": {
      "x": {
        "field": "Date",
        "type": "ordinal",
        "title": null,
        "timeUnit": "month",
        "axis": {
          "domain": false,
          "ticks": false,
          "labels": true,
          "labelOpacity": 0.65,
          "orient": "top"
        },
        "sort": {"field": "monthSort"}
      },
      "y": {
        "field": "Category",
        "type": "nominal",
        "title": "",
        "axis": {
          "domain": false,
          "ticks": false,
          "labels": true,
          "labelOpacity": 0.65,
          "labelAngle": 0,
          "labelPadding": 5
        }
      },
      "tooltip": [
        {"field": "Category", "type": "nominal"},
        {"field": "Date", "type": "temporal"},
        {"field": "Growth (MoYaM)", "type": "quantitative", "format": ".1%"},
        {"field": "Growth (WDC)", "type": "quantitative", "format": ".1%"}
      ],
      "color": {
        "aggregate": "max",
        "field": "Growth (WDC)",
        "type": "quantitative",
        "title": "Growth (WDC)",
        "scale": {"domainMid": 0, "reverse": true, "scheme": "blueorange"},
        "legend": {
          "titleBaseline": "bottom",
          "direction": "vertical",
          "format": ".1%",
          "orient": "right"
        }
      }
    }
  },
  "data": {
    "name": "dataset"
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQmAE5JZEAGZsVCNAG1QUJIKgNBSTHDQgA5ADEAmgAJbAamcBPOEhUAKABNLBgR9WwARSzhbAF0ASkUQJAgbJxAAXwUjEzMLKxs-BDl6QODQiKjYuLcARgSlZJsi2XoAORCMrJBjU3MomyDMELDmtpDY5w9SofLRmHaECYAeZwB2ZwB+ZwA2Z1Rnfm36pJT0OYBlHUxO7N6863QHF1tJ50w2c9UaWTI-b19psMKlYqq9AbNijBLipMBMAHxrTYHGp7ZwABjix0a6DS6RiSk0SCgcGuqCMbEEIXkZJAmhocEEAVSjkSmDoggesnMgiU8CQATgKjQoAsTAZ9mK5xoAC8HjUAMzpJVKFRwGSCUjCkDQEwPUAADxs3wFODgsgFLQymW1OCJ3zIWqgFKpaDE1ogpqgWoA7jQAvQtRArDg0PK0dbkCoANZazCeU02VVQa5KIMqNhRh4gb0wESstgUtkh1CqBhwa1mp0Be1aw00ukMpnoSL5JRxhPoHTV2QmVnszncts0BBwACqsjoTUhiSQ+pop1AATYyG+aEJgggcCHUCjp3Xm6UooZp1LW5AR8EAHlbVA6J40GjKNsxEodPTLeh3iH3VctQ3GVOLRQr+yogPe9b0gB6AAMJRGQOj3m28ZZrIy7fL2Q6YByNgznOC4gEuK7UvuZ5sjue4mAe55IGKG5oKeh40Qy152nGD5Pi+1G0QAgj82GoGijG0QACvy3YOqgbrWu8hY0MWhi0pBTYgLBVjwSoiHKMhNioQg6GCDcimNjYLbWEhHbKIgOA6L2mSgP+ykAOLpt69DOH4ACybCOEgHnHO2WYAI4MOobKYJYNCagSOjIKSICUDUACkhkOTYzlsK5MDuQA6uE0H+dp6DBaFdARVFtIxZYNgJcleJKE6gg6FqSBkGQqoUPkZyzokqXoOlmU5XlBUWcVLSlWy5VhfxID9W5fi5fliQ6vxi7Lkg3weX6D4qnApAqJu9EqGWqawIgWZMJScA2T81jWhyZBmk2oBTXAABCyQMt851sNgy6JNWSZsnINh7WRGEVboVXoDViRvmacUqDQZBYFaoGDCgNI9iOAyWB9KYgMQJhlqcCmmTYNQ1AQlMAExotTNSJKp5AITYTPqZ46IM0os1ZfNQ02I+1PyokPPuV5Pl+QLlBhoZZPoDU1NUwQtP04zcEszB6saZzIsuXNC0JOgj4K7rGVzeLvmGyAxvU7L-Ty0rKu20obMaypWsc2iXMzXrvMG1LCqmwNnneZbAcAJx251ICKzTdPO+7alu672te0H+v80blBopH3O+2LoeS1nOdR1m8qO-HatJxprMezredm37mfW5QqsN8HFtFy3qt2SAcsgAALBX1MJyn4GJ8zqfe6LfOLVn1O5z7jcFxLVuCwPpc2GIw+jx7tfV570-57Pa-S9s6e853p8D8Lvf99sO9V5P49j-XS-B-788ABwXyvYff5vdAqxH4uz3prA+b8Z6fxbgPBOM8r4Bw3nfe2IAv4gInuzfez9IHH2gYLH+7dzaF1PvKJBXR+7h3QWPLB7McHLxPgHAh78iGryltTMhoB+41DRFQsBGCEJ0I-s3Y2i94HEIjoAkAFNeEHxoQItOhCm5zxbiXRRf8u6PhLsg6OCsZHPzkVPX+DCs41A3mokOrCTEcL7igymcchZP0weA7BCjmFKNPtwoxCCTFokkbHZWdNhagNkc42hrioHCOzqI4+3iVGR20WXYeQT+E11CfIo+9C8EJWSWIyxLdA4JJsEPexyTqFpMMeYrJaJz7mNiZohmhT0DbxKY45Oddwm4MiWiHJMTxEmNvuQlBD8WnBP0eUw+RiqmrC8X0lR0zGkgGASMlJL92kZKEcom2My8lbIWWg5ZZSVmCIzpshKZi3HqI8dYihSTWmpKOR0zJkSahMNyf-fJtsFncNuaMpxDz1knI8WIbZ7z+CPm2J8wZOi7EBLbisgxnselPNOTUYFtTZmCwaVCrMuj7He0Oa-bpkznkAsvhihKWLOG2L0X8wlSKNlXJBRo1uviFn+Kdnc1ZECiWVOeXA3pOyEqQqpdHcu9jd4hIefSwFAd+X0LqUKyRxTYUSrGVK4lKLzlvOZWiH+Czmkqs5Qi9E0r3EBxqRcix7zBbCpsdHYZhrfltO5aawapy0TTPRYKj1kilmOvheMk1GqPGvIFaCzR589k0udS411xiVGhvleSgp2KbCUPFUawNPLLXQLBdnOVHdyVEq+TwjNTr7l0uDVLXVTLT41q+TCjl5auWxqrSYgtLDrWKq+eyyuzbjXZoie6z1lqFU+q+T8gN6reXuq1WGnV1yUG9ocf2rNcaqmJsLd6vVqb0BithaUvhlaZ0eOiUmwVNR4m7sHpOgl7T13PLneertWjr0GpVoeyVx6c1dLRaO5Nkbr0Oo-Zm6dP6UVxoVSmkVWY-UgdXWBoddaz1bpfVemDNh9kHtA9+pDAdSWXPw5I9N2GEO4c6e6i12q62UrtTi0tpGp3keRXWjtZK8l5u2IBjD8tG103xUeuuniT1sKfah5l8paNcOXQJr9QnfEiZMVR+dHjuN0fJtGit8m20fNrYwvxmmW20OE+BjxBGrXMoppI-dTamPacU-kzdnbLM7p4zestdmIEmbw-PNjhGlOSPfX2zz2DvMUaBXp+eUmhmGeNWFljAdIPJoGW5uDwW71eYU6Zthf7qPVtZderDtmMuhayz5uJkX8mLujiR4rgnMs6c0Sh5zjKS2xcDfFhliXKvGxS+p3j7WjmdZlcXJL3q+vScG6-YbZri7mbHdFnRt76ulca9nMTLXq3VazMuz9arptlfC-lnr2cCtuZs4EnD9nsvoDzTWr14bs6uf6+5xjJXjOHYS7dzRTn2OPZNvq5bcmGsObu7llT1bgULOA5dsj13yt3eU8+ruiPfVA-2-Do733s5jce8Wwr6PaWY6+yoz74m61nZe7V2HIWPs6bu35izVtUdtYOStunoPNEjry9j7Y8SYhKiAA" target="_self"&gt;gist&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 19:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488507#M8152</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-20T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488536#M8153</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;I've got a rogue January in FY23, other than that, perfect.&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="Doug7983_0-1697833318095.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/984246i996259581FA24793/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Doug7983_0-1697833318095.png" alt="Doug7983_0-1697833318095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 20:22:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488536#M8153</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T20:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488542#M8154</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/632318"&gt;@Doug7983&lt;/a&gt;, dang, that's no good. What does the date tooltip say for cells in this column? I can see if I can recreate it on my end&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 20:25:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488542#M8154</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-20T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488545#M8155</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;It says Jan 01, 2023&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 20:28:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488545#M8155</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help coloring Deneb heatmap</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488546#M8156</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;Also, just noticed there is no Jan in FY2021. It goes from Dec to Feb&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 20:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Help-coloring-Deneb-heatmap/m-p/3488546#M8156</guid>
      <dc:creator>Doug7983</dc:creator>
      <dc:date>2023-10-20T20:29:36Z</dc:date>
    </item>
  </channel>
</rss>

