<?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 Conditional formatting based on  fieldvalue in Advance Card in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3053368#M40985</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;we are using advanced card visual in Power BI, for that value we want to apply conditional formatting.&lt;/P&gt;&lt;P&gt;Example: If actual value &amp;gt; Buget value then the numbers should be in Green, if the actual value is between 95% to 100% of budget value then it is Amber, if the value is actual value is &amp;lt;95% then it is red.&lt;/P&gt;&lt;P&gt;Note: This can be achieved in&amp;nbsp; table and matrix visual by selecting field measue, for business requirement we are using advance card.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 17:12:20 GMT</pubDate>
    <dc:creator>Vinod_G_245</dc:creator>
    <dc:date>2023-01-31T17:12:20Z</dc:date>
    <item>
      <title>Conditional formatting based on  fieldvalue in Advance Card</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3053368#M40985</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;we are using advanced card visual in Power BI, for that value we want to apply conditional formatting.&lt;/P&gt;&lt;P&gt;Example: If actual value &amp;gt; Buget value then the numbers should be in Green, if the actual value is between 95% to 100% of budget value then it is Amber, if the value is actual value is &amp;lt;95% then it is red.&lt;/P&gt;&lt;P&gt;Note: This can be achieved in&amp;nbsp; table and matrix visual by selecting field measue, for business requirement we are using advance card.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 17:12:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3053368#M40985</guid>
      <dc:creator>Vinod_G_245</dc:creator>
      <dc:date>2023-01-31T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on  fieldvalue in Advance Card</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3054348#M40994</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498163" data-lia-user-login="Vinod_G_245" class="lia-mention lia-mention-user"&gt;Vinod_G_245&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As checked the setting options of advanced card, there is no conditional formatting option for the card value. As an workaround, you can create a default card visual to &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;replace&lt;/STRONG&gt; &lt;/FONT&gt;it.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then create a similar measure as below and apply the conditional formatting for the callout value of card as below screenshot...&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Conditional formatting =
IF (
    [Actual] &amp;gt; [Budget],
    "Green",
    IF ( [Actual] &amp;gt;= 0.95 * [Budget] &amp;amp;&amp;amp; [Actual] &amp;lt;= [Budget], "Amber", "Red" )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 06:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3054348#M40994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-01T06:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on  fieldvalue in Advance Card</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3065469#M41071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498163" data-lia-user-login="Vinod_G_245" class="lia-mention lia-mention-user"&gt;Vinod_G_245&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Whether your problem has been resolved? If yes, could you please mark the helpful post as &lt;STRONG&gt;&lt;SPAN&gt;Answered&lt;/SPAN&gt;&lt;/STRONG&gt;? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 06:40:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Conditional-formatting-based-on-fieldvalue-in-Advance-Card/m-p/3065469#M41071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-07T06:40:31Z</dc:date>
    </item>
  </channel>
</rss>

