<?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: Icon conditional formatting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4017225#M158377</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;, it worked like a magic&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2024 17:39:33 GMT</pubDate>
    <dc:creator>Sri_phani</dc:creator>
    <dc:date>2024-06-30T17:39:33Z</dc:date>
    <item>
      <title>Icon conditional formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4015483#M158228</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to apply icon conditional formatting to the matrix comparing current month scores with previous month. I have created the measure and it's working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Recontact Difference =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;VAR score = CALCULATE(&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;&amp;nbsp;[&lt;/STRONG&gt;&lt;STRONG&gt;Recontact], &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;DATEADD('Calendar'[Dates],-1,MONTH)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;VAR Diff = [Recontact]-score&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;RETURN&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Diff&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But the problem is with the starting month January 2024. For that values the conditional formatting should show blank. But I am getting arrows. My data start from January 2024.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For information, my data model has Recontact column for which measure created - Average('raw data' [Recontact] and Many to One relationship between Raw data table and calendar table.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Appreaciate any help in this.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 11:25:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4015483#M158228</guid>
      <dc:creator>Sri_phani</dc:creator>
      <dc:date>2024-06-28T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Icon conditional formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4017165#M158373</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Recontact Difference =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;VAR score = CALCULATE(&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;&amp;nbsp;[&lt;/STRONG&gt;&lt;STRONG&gt;Recontact],&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;DATEADD('Calendar'[Dates],-1,MONTH)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-180px"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;VAR Diff = [Recontact]-score&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;RETURN IF(NOT ISBLANK(score),&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Diff)&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 30 Jun 2024 14:39:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4017165#M158373</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-30T14:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Icon conditional formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4017225#M158377</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;, it worked like a magic&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 17:39:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Icon-conditional-formatting/m-p/4017225#M158377</guid>
      <dc:creator>Sri_phani</dc:creator>
      <dc:date>2024-06-30T17:39:33Z</dc:date>
    </item>
  </channel>
</rss>

