<?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 Custom Visual with Conditional Formatting in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/369284#M11011</link>
    <description>&lt;P&gt;Hello. I create a custom visual&lt;/P&gt;&lt;P&gt;tell me how I add Conditional Formatting&lt;/P&gt;&lt;P&gt;(&lt;A href="https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947&lt;/A&gt;&lt;/P&gt;&lt;P&gt;they say it is possible but it is not clear how. are there any examples?)&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/75578iC9CAABD1B65E3A6B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="" width="329" height="432" title="1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/28713iA4BE1EDED93BCE16/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="" width="606" height="464" title="Matrix Conditional Formatting in Power BI Online_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;My capabilities.json (i want add &lt;SPAN&gt;Conditional Formatting&amp;nbsp;&lt;/SPAN&gt;to&amp;nbsp;totalPercentCritColor)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "dataRoles": [
        {
            "displayName": "Value",
            "name": "Value",
            "kind": "Measure"
        }
    ],
    "dataViewMappings": [
        {
            "table": {
                "rows": {
                    "select": [
                        {
                            "for": {
                                "in": "Value"
                            }
                        }
                    ]
                }
            }
        }
    ],
    "objects": {
        "textOptions": {
            "displayName": "Text Options",
            "properties": {
                "phrase": {
                    "displayName": "Text",
                    "type": {
                        "text": true
                    }
                }
            }
        },
        "dataLabels": {
            "displayName": "Data Labels",
            "properties": {
                "dataLabelMeas": {
                    "displayName": "Data Suffix",
                    "type": {
                        "enumeration": [
                            {
                                "value": "руб.",
                                "displayName": "руб."
                            },
                            {
                                "value": "тыс.руб.",
                                "displayName": "тыс.руб."
                            },
                            {
                                "value": "млн.руб.",
                                "displayName": "млн.руб."
                            },
                            {
                                "value": "млрд.руб.",
                                "displayName": "млрд.руб."
                            },
                            {
                                "value": "%",
                                "displayName": "%"
                            }
                        ]
                    }
                },
                "dataLabelColor": {
                    "displayName": "Data Color",
                    "type": {
                        "fill": {
                            "solid": {
                                "color": true
                            }
                        }
                    }
                },
                "totalPercentCritColor": {
                    "displayName": "Sales Plan Crit Color ",
                    "description": "Цвет если план продаж не выполнен, см. Sales Plan Crit Value",
                    "type": {
                        "fill": {
                            "solid": {
                                "color": true
                            }
                        }
                    }
                },
                "totalPercentCritLevel": {
                    "displayName": "Sales Plan Crit Value",
                    "type": {
                        "numeric": true
                    }
                },
                "FormatText": {
                    "displayName": "FormatText",
                    "type": {
                        "formatting": {
                            "labelDisplayUnits": true
                        }
                    }
                }
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Mar 2018 16:12:18 GMT</pubDate>
    <dc:creator>Andrey</dc:creator>
    <dc:date>2018-03-04T16:12:18Z</dc:date>
    <item>
      <title>Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/369284#M11011</link>
      <description>&lt;P&gt;Hello. I create a custom visual&lt;/P&gt;&lt;P&gt;tell me how I add Conditional Formatting&lt;/P&gt;&lt;P&gt;(&lt;A href="https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Custom-Visual-Using-Conditional-Formatting/td-p/323947&lt;/A&gt;&lt;/P&gt;&lt;P&gt;they say it is possible but it is not clear how. are there any examples?)&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/75578iC9CAABD1B65E3A6B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="" width="329" height="432" title="1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/28713iA4BE1EDED93BCE16/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="" width="606" height="464" title="Matrix Conditional Formatting in Power BI Online_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;My capabilities.json (i want add &lt;SPAN&gt;Conditional Formatting&amp;nbsp;&lt;/SPAN&gt;to&amp;nbsp;totalPercentCritColor)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "dataRoles": [
        {
            "displayName": "Value",
            "name": "Value",
            "kind": "Measure"
        }
    ],
    "dataViewMappings": [
        {
            "table": {
                "rows": {
                    "select": [
                        {
                            "for": {
                                "in": "Value"
                            }
                        }
                    ]
                }
            }
        }
    ],
    "objects": {
        "textOptions": {
            "displayName": "Text Options",
            "properties": {
                "phrase": {
                    "displayName": "Text",
                    "type": {
                        "text": true
                    }
                }
            }
        },
        "dataLabels": {
            "displayName": "Data Labels",
            "properties": {
                "dataLabelMeas": {
                    "displayName": "Data Suffix",
                    "type": {
                        "enumeration": [
                            {
                                "value": "руб.",
                                "displayName": "руб."
                            },
                            {
                                "value": "тыс.руб.",
                                "displayName": "тыс.руб."
                            },
                            {
                                "value": "млн.руб.",
                                "displayName": "млн.руб."
                            },
                            {
                                "value": "млрд.руб.",
                                "displayName": "млрд.руб."
                            },
                            {
                                "value": "%",
                                "displayName": "%"
                            }
                        ]
                    }
                },
                "dataLabelColor": {
                    "displayName": "Data Color",
                    "type": {
                        "fill": {
                            "solid": {
                                "color": true
                            }
                        }
                    }
                },
                "totalPercentCritColor": {
                    "displayName": "Sales Plan Crit Color ",
                    "description": "Цвет если план продаж не выполнен, см. Sales Plan Crit Value",
                    "type": {
                        "fill": {
                            "solid": {
                                "color": true
                            }
                        }
                    }
                },
                "totalPercentCritLevel": {
                    "displayName": "Sales Plan Crit Value",
                    "type": {
                        "numeric": true
                    }
                },
                "FormatText": {
                    "displayName": "FormatText",
                    "type": {
                        "formatting": {
                            "labelDisplayUnits": true
                        }
                    }
                }
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 16:12:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/369284#M11011</guid>
      <dc:creator>Andrey</dc:creator>
      <dc:date>2018-03-04T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/369576#M11017</link>
      <description>&lt;P&gt;Conditional Formatting is not supported by Power BI Custom Visuals API so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 08:09:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/369576#M11017</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-03-05T08:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/370454#M11047</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:12:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/370454#M11047</guid>
      <dc:creator>Andrey</dc:creator>
      <dc:date>2018-03-06T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/419124#M12499</link>
      <description>&lt;P&gt;Would you know if adding conditional formatting is in the roadmap and if yes, when would it be available in the custom visuals API?&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 02:04:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/419124#M12499</guid>
      <dc:creator>rahul_aginicx</dc:creator>
      <dc:date>2018-05-17T02:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/419535#M12518</link>
      <description>&lt;P&gt;We'll consider this feature but we can not share any ETA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 09:10:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/419535#M12518</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-05-17T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/420225#M12561</link>
      <description>&lt;P&gt;Thanks Ignat!&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 00:32:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/420225#M12561</guid>
      <dc:creator>rahul_aginicx</dc:creator>
      <dc:date>2018-05-18T00:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1181055#M24370</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update on this. Is this feature available for usage in Custom Visual ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran BV&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 03:01:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1181055#M24370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T03:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1183521#M24390</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt; - still not available, unfortunately. Would be great if it was, as I have a ton of uses for it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 22:57:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1183521#M24390</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-06-25T22:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual with Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1897099#M29936</link>
      <description>&lt;P&gt;Conditional formatting is now supported in API 3.5 and above&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 16:07:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-with-Conditional-Formatting/m-p/1897099#M29936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-12T16:07:52Z</dc:date>
    </item>
  </channel>
</rss>

