<?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: Having a set of properties for each column in a custom visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2222558#M33308</link>
    <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've posted a more detailed explanation on stackoverflow with a screenshot showing what I would like, here:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/70202595/power-bi-custom-visual-having-a-property-panel-for-each-column" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/70202595/power-bi-custom-visual-having-a-property-panel-for-each-column&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I would like to have a cusotm properties panel for each FIELD (aka: column, not row), but I don't know if this is possible.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 09:48:41 GMT</pubDate>
    <dc:creator>Master_T</dc:creator>
    <dc:date>2021-12-06T09:48:41Z</dc:date>
    <item>
      <title>Having a set of properties for each column in a custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2216261#M33246</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a custom visual that displays a simple table, each column of the table is defined by a field (grouping or measure) that can be added to the fields panel of the visual, just like a normal native Power BI table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, what I would like to do is have a dedicated section in the "format" panel for each column, in other words: for each fieeld that is added to the visual. This would allow me to customize each column separately, for example by assigning a color or custom header to each one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I've been reading the documentation but I can't find any examples on how to do this. I've read about data-bound properties, but the docs are incredibly vague, so much that I'm not even sure that is the right approach, let alone how to actually implement it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any examples on how to do this? Can it even be done at all?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:27:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2216261#M33246</guid>
      <dc:creator>Master_T</dc:creator>
      <dc:date>2021-12-01T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Having a set of properties for each column in a custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2221655#M33293</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182601"&gt;@Master_T&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;What type of detail configurations did you mean? Adding common axis, row/column field formatting options or do configuration on each record?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you mean the first one, you can check the official document about adding formatting options:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/custom-visual-develop-tutorial-format-options" target="_blank"&gt;Adding formatting options to a Power BI custom visual - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you mean the second one, I don't think it is possible to accurately configuration each row's properties.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you mean the conditional formatting, please check the following link about adding conditional formatting support in custom visuals.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/conditional-format" target="_blank"&gt;Conditional formatting in Power BI embedded analytics - Power BI | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 01:31:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2221655#M33293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-06T01:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Having a set of properties for each column in a custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2222558#M33308</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've posted a more detailed explanation on stackoverflow with a screenshot showing what I would like, here:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/70202595/power-bi-custom-visual-having-a-property-panel-for-each-column" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/70202595/power-bi-custom-visual-having-a-property-panel-for-each-column&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I would like to have a cusotm properties panel for each FIELD (aka: column, not row), but I don't know if this is possible.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 09:48:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2222558#M33308</guid>
      <dc:creator>Master_T</dc:creator>
      <dc:date>2021-12-06T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Having a set of properties for each column in a custom visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2260605#M33663</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182601"&gt;@Master_T&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Perhaps you can take a look at the following link which mentioned a similar requirement:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Developer/How-to-add-drop-down-selections-in-custom-visual-formatting/td-p/1469114" target="_blank"&gt;Solved: How to add drop down selections in custom visual f... - Microsoft Power BI Community&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:17:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Having-a-set-of-properties-for-each-column-in-a-custom-visual/m-p/2260605#M33663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-30T06:17:14Z</dc:date>
    </item>
  </channel>
</rss>

