<?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: Conditional formating using DAX in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293396#M1472012</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579188" data-lia-user-login="c_banerjee" class="lia-mention lia-mention-user"&gt;c_banerjee&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Follow below steps to add conditional formatting -&lt;/P&gt;&lt;P&gt;1. Select the visual and go to&amp;nbsp;Visual formatting Pane &amp;gt; &lt;STRONG&gt;Cell Elements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Select the column/field you want to apply conditional formatting&lt;/P&gt;&lt;P&gt;3. Toggle &lt;STRONG&gt;"On"&lt;/STRONG&gt; Background&amp;nbsp;color or font color based on your requirement.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;4. A window opens to select the colour options, Select "Field Value" under Format style and select measure created under &lt;STRONG&gt;"What field should we base this on?"&lt;/STRONG&gt; &lt;STRONG&gt;(in your case -&amp;nbsp;Margin Color). &lt;/STRONG&gt;Click Ok and conditional formatting is applied to the filed choosen.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Example Result - I have applied background color for State column based on Measure.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&amp;nbsp;Helpful?&amp;nbsp;Give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; — keep the community growing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Solved your issue?&amp;nbsp;Mark as Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; — help others find it faster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Best regards,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Rupasree Achari | BI &amp;amp; Fabric Analytics Engineer&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/PRE&gt;</description>
    <pubDate>Tue, 14 Jul 2026 10:42:58 GMT</pubDate>
    <dc:creator>Rupa01</dc:creator>
    <dc:date>2026-07-14T10:42:58Z</dc:date>
    <item>
      <title>Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293282#M1472006</link>
      <description>&lt;P&gt;i have created a dax measure to apply conditional formatting however i have the conditions written, but i dont see conditional format anywhere.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Margin Color =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;m&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Total_Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Margin]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&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;TRUE&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;m&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;.40&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Orange"&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;.50&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Red"&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;.60&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Light Green"&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Dark green"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;However, now that I have the measure, I'm unable to apply it to my margin. I don't know where to find the conditional formatting option or what to do. I could use Microsoft's built-in cell elements, but I don't want to use that; I want to use the DAX condition I created. Where can I find the correct tab to apply my measure?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jul 2026 10:10:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293282#M1472006</guid>
      <dc:creator>c_banerjee</dc:creator>
      <dc:date>2026-07-14T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293308#M1472008</link>
      <description>&lt;P&gt;&lt;STRONG&gt;For a table or matrix visual:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Select your table or matrix visual.&lt;BR /&gt;In the Visualizations pane, go to the Values section.&lt;BR /&gt;Find the Margin field.&lt;BR /&gt;Click the dropdown arrow next to the Margin field.&lt;BR /&gt;Select Conditional formatting.&lt;BR /&gt;Choose Background color or Font color.&lt;BR /&gt;In the dialog box, set Format by to Field value.&lt;BR /&gt;In Based on field, select your measure Margin Color.&lt;BR /&gt;Click OK.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For a chart (bar, column, etc.):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Select the chart visual.&lt;BR /&gt;Open the Format pane.&lt;BR /&gt;Expand the Data colors section.&lt;BR /&gt;Click the Advanced controls or fx option.&lt;BR /&gt;Set Format by to Field value.&lt;BR /&gt;Select your measure Margin Color.&lt;BR /&gt;Apply the changes.&lt;/P&gt;
&lt;P&gt;Important note:&lt;BR /&gt;Make sure your measure returns valid color values such as Red, Green, or hex codes like #FF0000.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 10:18:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293308#M1472008</guid>
      <dc:creator>mh2587</dc:creator>
      <dc:date>2026-07-14T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293337#M1472010</link>
      <description>&lt;P&gt;there is format ,build and data pane, format pane has visual and properties, i didnot find anything called data colors, however there is a cell element which has background color selected fx, selected field value&amp;nbsp; what field should we base this on selected margin color.. what why everything is orange!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 10:27:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293337#M1472010</guid>
      <dc:creator>c_banerjee</dc:creator>
      <dc:date>2026-07-14T10:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293396#M1472012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579188" data-lia-user-login="c_banerjee" class="lia-mention lia-mention-user"&gt;c_banerjee&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Follow below steps to add conditional formatting -&lt;/P&gt;&lt;P&gt;1. Select the visual and go to&amp;nbsp;Visual formatting Pane &amp;gt; &lt;STRONG&gt;Cell Elements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Select the column/field you want to apply conditional formatting&lt;/P&gt;&lt;P&gt;3. Toggle &lt;STRONG&gt;"On"&lt;/STRONG&gt; Background&amp;nbsp;color or font color based on your requirement.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;4. A window opens to select the colour options, Select "Field Value" under Format style and select measure created under &lt;STRONG&gt;"What field should we base this on?"&lt;/STRONG&gt; &lt;STRONG&gt;(in your case -&amp;nbsp;Margin Color). &lt;/STRONG&gt;Click Ok and conditional formatting is applied to the filed choosen.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Example Result - I have applied background color for State column based on Measure.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&amp;nbsp;Helpful?&amp;nbsp;Give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; — keep the community growing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Solved your issue?&amp;nbsp;Mark as Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; — help others find it faster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Best regards,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Rupasree Achari | BI &amp;amp; Fabric Analytics Engineer&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jul 2026 10:42:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293396#M1472012</guid>
      <dc:creator>Rupa01</dc:creator>
      <dc:date>2026-07-14T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293407#M1472013</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579188" data-lia-user-login="c_banerjee" class="lia-mention lia-mention-user"&gt;c_banerjee&lt;/a&gt;&amp;nbsp;Same measure mentioned&amp;nbsp;I have used for checking Sales in below table and added conditional formatting to Region as below -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt;&amp;nbsp;Helpful?&amp;nbsp;Give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; — keep the community growing&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Solved your issue?&amp;nbsp;Mark as Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt; — help others find it faster&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Best regards,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#6f2dbd"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Rupasree Achari | BI &amp;amp; Fabric Analytics Engineer&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jul 2026 11:01:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293407#M1472013</guid>
      <dc:creator>Rupa01</dc:creator>
      <dc:date>2026-07-14T11:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293437#M1472014</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1388669" data-lia-user-login="Rupa01" class="lia-mention lia-mention-user"&gt;Rupa01&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;But now the issue whole column is orange, what im doing wromg here, is there any problem with measure margin color? or measured column total_sales[margin]&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 11:00:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293437#M1472014</guid>
      <dc:creator>c_banerjee</dc:creator>
      <dc:date>2026-07-14T11:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293466#M1472015</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579188" data-lia-user-login="c_banerjee" class="lia-mention lia-mention-user"&gt;c_banerjee&lt;/a&gt;&amp;nbsp;Check the values of the Margin column - if all the values is less than 0.4, &amp;lt; 0.4 condition is satisfying as result orange you are getting.&lt;/P&gt;&lt;P&gt;Please share the sample data or screenshot of the visual or pbix file - if require assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 11:09:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5293466#M1472015</guid>
      <dc:creator>Rupa01</dc:creator>
      <dc:date>2026-07-14T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5295310#M1472066</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you kinldy share the download link of the PBI file.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 23:36:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5295310#M1472066</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2026-07-14T23:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5296707#M1472128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your DAX measure looks fine, but whether you can use it for conditional formatting depends on the visual you're using.&lt;/P&gt;&lt;P&gt;A few things to check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Make sure you're using a visual that supports conditional formatting (such as a Table or Matrix).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Select the visual, then in the Values well, click the drop-down arrow next to the Margin field and look for Conditional formatting (or Cell elements in newer versions of Power BI).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Choose Background color or Font color, then select Format by → Field value and choose your Margin Color measure.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you don't see the Conditional formatting option:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Verify that you're using a Table or Matrix visual, as not all visuals support field-value formatting.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensure the measure returns valid color names (e.g., "Red", "Orange") or hexadecimal color codes (e.g., #FF0000), which are generally more reliable.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Confirm that the field you're formatting is in the Values section of the visual.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you let us know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Which visual are you using (Table, Matrix, Card, etc.)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Which version of Power BI Desktop are you using?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are you trying to color the text, the background, or something else?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Microsoft documentation on conditional formatting may also help:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/power-bi/create-reports/desktop-conditional-table-formatting" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/power-bi/create-reports/desktop-conditional-table-formatting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you found this reply helpful, please consider giving it a Kudos. If it helps resolve your issue, marking it as the Accepted Solution will help others facing the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 10:38:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5296707#M1472128</guid>
      <dc:creator>Prince0011</dc:creator>
      <dc:date>2026-07-15T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formating using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5309887#M1472555</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1579188" data-lia-user-login="c_banerjee" class="lia-mention lia-mention-user"&gt;c_banerjee&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 05:26:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formating-using-DAX/m-p/5309887#M1472555</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-07-21T05:26:58Z</dc:date>
    </item>
  </channel>
</rss>

