<?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: Dax - Conditional Fomatting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978203#M11872</link>
    <description>&lt;P&gt;So what is the rule that it should be highlighted?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 14:21:27 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-03-17T14:21:27Z</dc:date>
    <item>
      <title>Dax - Conditional Fomatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978043#M11864</link>
      <description>&lt;P&gt;Hello people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have doubts about how to create a dax function that changes only with month \ year, to highlight in the table only the tickets that were above the average month \ year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this screen printed below, the month of March had three tickets resolved that totaled 25.95 days and an average of 8.65 days per ticket.&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;In the table, only the 1st ticket lasting 12.21 days should be colored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P class="ics-element-donot-delete 1001_CC@"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978043#M11864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-17T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Conditional Fomatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978203#M11872</link>
      <description>&lt;P&gt;So what is the rule that it should be highlighted?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 14:21:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978203#M11872</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-17T14:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Conditional Fomatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978230#M11879</link>
      <description>&lt;P&gt;Hi Greg, the rule would be:&lt;/P&gt;&lt;P&gt;IF (Duration (Days) &amp;gt; Average of Duration (Days), "R&lt;SPAN&gt;ed", "Green")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 14:39:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/978230#M11879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-17T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Conditional Fomatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/985658#M12129</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's your solution. Please adjust it to your needs.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here's the file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://1drv.ms/u/s!ApyQEauTSLtOgYM_8lY01MNux79mvw?e=LOxfiX" target="_blank"&gt;https://1drv.ms/u/s!ApyQEauTSLtOgYM_8lY01MNux79mvw?e=LOxfiX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 12:34:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/985658#M12129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-22T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dax - Conditional Fomatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/987160#M12176</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was exactly what I was needing.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 14:28:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Conditional-Fomatting/m-p/987160#M12176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-23T14:28:09Z</dc:date>
    </item>
  </channel>
</rss>

