<?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: Dened - Custom Matrix with double headers in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2907844#M6224</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;, thanks for giving me your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an updated file &lt;A href="https://easyupload.io/sgkevr" target="_self"&gt;link&lt;/A&gt;, or in &lt;A href="https://file.io/9viyfzpqvpVc" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 22:03:56 GMT</pubDate>
    <dc:creator>H_insight</dc:creator>
    <dc:date>2022-11-15T22:03:56Z</dc:date>
    <item>
      <title>Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2906181#M6220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope you can help me here to deliver a matrix view in Deneb to look like this:&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="H_insight_0-1668506895172.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/823231i8DCA41D0166B882B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_0-1668506895172.png" alt="H_insight_0-1668506895172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I aim to show the Category and Sub-category at the top of the matrix and colour the cells based on the values.&lt;/P&gt;&lt;P&gt;So far, here is my code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  
  "data": {"name": "dataset"},
  "encoding": {
    "y": {
      "field": "Product",
      "title": null
    },
    "x": {
      "field": "Sub Cat",
      "axis": {
        "orient": "top"
      }
    }
  },
  "layer": [
    {
      "mark": {"type": "rect"},
      "encoding": {
        "color": {
          "field": "Value",
          "scale": {
            "scheme": "lightgreyred"
          },
          "legend": null
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "tooltip": true,
        "fontsize": 14
      },
      "encoding": {
        "text": {
          "field": "Value",
          "type": "quantitative",
          "format": ",.0f"
        },
        "color": {"value": "black"}
      }
    } 
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;And below is the output I got so far:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_2-1668507163592.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/823244i5504AE1C9FDDC638/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_2-1668507163592.png" alt="H_insight_2-1668507163592.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I was hoping that when defining the "x" "field", I could add multiple fields ... but I am unsure how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;A href="https://fastupload.io/en/WeOENF0WOLKlMel/file" target="_self"&gt;Sample file&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 10:19:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2906181#M6220</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-15T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2907737#M6223</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/205599"&gt;@H_insight&lt;/a&gt;. Looks like you just need to implement faceting. I'd be happy to take a look but I can't access your sample file.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 20:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2907737#M6223</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-11-15T20:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2907844#M6224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;, thanks for giving me your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an updated file &lt;A href="https://easyupload.io/sgkevr" target="_self"&gt;link&lt;/A&gt;, or in &lt;A href="https://file.io/9viyfzpqvpVc" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:03:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2907844#M6224</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-15T22:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2908003#M6225</link>
      <description>&lt;P&gt;Alright, I made a few updates. The first one is the main part that gives you the matrices side-by-side.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Implemented column faceting on category&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Added a transform to correctly sort the y-axis alphabetically based on the product number&lt;/LI&gt;&lt;LI&gt;Rotated the x-axis labels to have an angle of 0&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;* Important note - with layout composition (in this case, faceting), you have to specifiy the width and height to be used for the individual charts. This means that if you resize the visual in the Power BI formatting properties, you'll want to update the width and height in the spec as well.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is what you are after. Happy to help if you have additional questions (I'm looking for Deneb/Vega/Vega-Lite practice).&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="giammariam_1-1668560572819.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/823694iA448A9B863BFA6B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_1-1668560572819.png" alt="giammariam_1-1668560572819.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Spec:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
  "transform": [
    {
      "calculate": "parseInt(replace(datum['Product'], 'Product ', ''))",
      "as": "sortOrder"
    }
  ],
  "facet": {
    "column": {
      "field": "Category",
      "title": null,
      "header": {"labelFontSize": 14}
    }
  },
  "spec": {
    "width": 525,
    "height": 320.5,
    "encoding": {
      "y": {"field": "Product", "title": null, "sort": {"field": "sortOrder"}},
      "x": {
        "field": "Sub Cat",
        "axis": {"orient": "top", "labelAngle": 0},
        "title": null
      }
    },
    "layer": [
      {
        "mark": {"type": "rect"},
        "encoding": {
          "color": {
            "field": "Value",
            "scale": {"scheme": "lightgreyred"},
            "legend": null
          }
        }
      },
      {
        "mark": {"type": "text", "tooltip": true, "size": 14},
        "encoding": {
          "text": {"field": "Value", "type": "quantitative", "format": ",.0f"},
          "color": {"value": "black"}
        }
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pbix file &lt;A href="https://github.com/Giammaria/PublicFiles/blob/master/deneb/Deneb%20Test%20v2.pbix" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 01:12:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2908003#M6225</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-11-16T01:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2909369#M6231</link>
      <description>&lt;P&gt;This is exciting for sure! Thank you.&lt;BR /&gt;&lt;BR /&gt;I have done a quick test where I tried to add additional categories, but it messes up the whole layout, and I get gaps in the structure. (&lt;A href="https://1drv.ms/u/s!AruSmfSLp35WeMg-oQ4mRQMiA40?e=joj5sn" target="_self"&gt;attached file&lt;/A&gt;). It may relate to the fact that each category has a different sub-cat.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_0-1668598128274.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/824033i38D4EA8E02220DEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_0-1668598128274.png" alt="H_insight_0-1668598128274.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have additional questions if you are still happy to help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can I set a rule for the product field to change the background color where "Overall" will be "brown" and the rest is "darkblue", and the font is "white"?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_1-1668599630106.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/824061i4BBD6BDD7E0A7563/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_1-1668599630106.png" alt="H_insight_1-1668599630106.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Can I set a rule to set the background color for "category" to be "black" and the font is "white"?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_2-1668599671321.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/824063i67A27F134AD18E21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_2-1668599671321.png" alt="H_insight_2-1668599671321.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Can I set a specific rule to sort by specific product? i.e. I want the product to start with Product 5, Product 2,...etc.&lt;/LI&gt;&lt;LI&gt;Can I set a rule for coloring the values? so instead of having a color scheme, I would have: if value = 1 then color = "grey",&amp;nbsp;if value = 2, then color = "amber", 3 ="green", 4= "red"a and 5="lightblue".&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_3-1668599720718.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/824064i301AF9D8704462EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_3-1668599720718.png" alt="H_insight_3-1668599720718.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 11:56:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2909369#M6231</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-16T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2910120#M6233</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/205599"&gt;@H_insight&lt;/a&gt;. I believe I got everything implemented. Take a look and let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notes:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When adjusting the size of the visual, you'll want to adjust the step width/height and the xOffset/yOffset for the rects sitting behind the row and column headers. You'll also want to adjust font size accordingly.&lt;/LI&gt;&lt;LI&gt;Although there are alternatives, I added a calculated column to implement the logic for a custom sort order. The column is called "Sort Order". Here you should be able to implement any logic you'd like to determine the sorting of the products.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spec:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "data": {"name": "dataset"},
  "facet": {
    "column": {
      "field": "Category",
      "title": null,
      "header": {"labelFontSize": 14}
    }
  },
  "spec": {
    "width": {"step": 70},
    "height": {"step": 25},
    "encoding": {
      "y": {
        "field": "Product",
        "title": null,
        "sort": {"field": "Sort Order"},
        "axis": {
          "labelColor": "white",
          "labelFontWeight": 700
        }
      },
      "x": {
        "field": "Sub Cat",
        "axis": {
          "orient": "top",
          "labelAngle": 0,
          "labelColor": "white",
          "labelFontWeight": 700
        },
        "title": null
      }
    },
    "layer": [
      {
        "description": "x-axis background rects",
        "mark": {"type": "rect"},
        "encoding": {
          "y": {"value": 0},
          "yOffset": {"value": -25},
          "color": {
            "condition": {
              "test": "datum['Sub Cat'] == 'Overall'",
              "value": "#C45920"
            },
            "value": "#325964"
          }
        }
      },
      {
        "description": "y-axis background rects",
        "mark": {
          "type": "rect",
          "opacity": 0.5
        },
        "encoding": {
          "x": {"value": 0},
          "xOffset": {"value": -80},
          "color": {"value": "black"}
        }
      },
      {
        "description": "matrix value rects",
        "mark": {"type": "rect"},
        "encoding": {
          "color": {
            "field": "Value",
            "type": "nominal",
            "scale": {
              "domain": [1, 2, 3, 4, 5],
              "range": [
                "grey",
                "amber",
                "green",
                "red",
                "lightBlue"
              ]
            },
            "legend": null
          }
        }
      },
      {
        "mark": {
          "type": "text",
          "tooltip": true,
          "size": 14
        },
        "encoding": {
          "text": {
            "field": "Value",
            "type": "quantitative",
            "format": ",.0f"
          },
          "color": {
            "field": "Value",
            "type": "quantitative",
            "scale": {
              "domain": [1, 2, 3, 4, 5],
              "range": [
                "white",
                "white",
                "white",
                "white",
                "black"
              ]
            },
            "legend": null
          }
        }
      }
    ]
  },
  "resolve": {
    "scale": {
      "x": "independent",
      "y": "independent"
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;.pbix &lt;A href="https://github.com/Giammaria/PublicFiles/blob/master/deneb/Deneb%20Test%20v4.pbix" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:23:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2910120#M6233</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-11-16T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2910406#M6234</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;. The potential of Deneb is crazy!! Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 18:54:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2910406#M6234</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-16T18:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2912079#M6235</link>
      <description>&lt;P&gt;I have a follow-up question when you are free, please:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to remove the duplicate x-axis? So it will only show the x-axis at the beginning of the matrix? (this will save space)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="H_insight_0-1668676204844.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/824806iDE46BAF3290B4169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="H_insight_0-1668676204844.png" alt="H_insight_0-1668676204844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how to do a text wrap? Some product names are too long, and they skew the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 09:19:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2912079#M6235</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-17T09:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2915624#M6243</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/205599"&gt;@H_insight&lt;/a&gt;. I have updated this so there is only one y-axis. Moving forward, It's important to not only copy the spec, but the config as well since that has now been updated due to the visual's increased complexity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_0-1668794354182.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/825994i373D0C7E07E50608/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_0-1668794354182.png" alt="giammariam_0-1668794354182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the wrapping, it gets tricky with vega-lite. The only way I'm aware of doing this is by splitting each label into an array based on some delimiter (e.g. a space), or some character count. Then each element in the array for the label could appear on a new line. The other alternative is to use limit. Limit essentially truncates a text string after a specified number of characters and then adds "..." to the end of the text. You can play with limit &lt;A href="https://vega.github.io/vega-lite/docs/text.html#properties" target="_self"&gt;here&lt;/A&gt; by using the input slider. Let me know your thoughts.&lt;BR /&gt;&lt;BR /&gt;Latest .pbix &lt;A href="https://github.com/Giammaria/PublicFiles/blob/master/deneb/facet%20matrix/Deneb%20Test%20v5.pbix" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 18:01:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2915624#M6243</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2022-11-18T18:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dened - Custom Matrix with double headers</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2917150#M6252</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;, I can't thank you enough for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will take note of the Config tab in the future. For some reason, I thought the app Specification would set it, but good to know that there is room for changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deneb has so much potential, and the capability so far seems crazy!&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 18:23:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dened-Custom-Matrix-with-double-headers/m-p/2917150#M6252</guid>
      <dc:creator>H_insight</dc:creator>
      <dc:date>2022-11-20T18:23:05Z</dc:date>
    </item>
  </channel>
</rss>

