<?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 Formatting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331123#M171925</link>
    <description>&lt;P&gt;The column is bringing back the correct true, false conditions.&amp;nbsp; Where I ran into an issue was with the conditional formatting using hte icon and it is not showing a flag on the 2's like it should.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 15:00:01 GMT</pubDate>
    <dc:creator>brockry1</dc:creator>
    <dc:date>2024-12-16T15:00:01Z</dc:date>
    <item>
      <title>Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4328606#M171836</link>
      <description>&lt;P&gt;I ceated a formula to create a new column and bring back a 1 if the criteria is true and 2 if it is false.&amp;nbsp; I added it to my visual and it worked however when I try to format it using Icons it is not flagging the rule I expected.&amp;nbsp; As you can see it is bringing a 1 if true and 2 if false.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;I then went into the visual to create a conditional format to flag the "2"s to show a red flag.&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It did not flag my 2's but is flagging random rows.&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;Am I doing something wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 20:02:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4328606#M171836</guid>
      <dc:creator>brockry1</dc:creator>
      <dc:date>2024-12-13T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4328827#M171844</link>
      <description>&lt;P&gt;looks like your flag is a calculated column.&amp;nbsp; Most likely you wanted it to be a measure.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 00:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4328827#M171844</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-12-14T00:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4329946#M171880</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="884738" data-lia-user-login="brockry1" class="lia-mention lia-mention-user"&gt;brockry1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask what is the DAX formula for creating a new column?&lt;BR /&gt;Could you please provide sample data that would completely cover your problem? A pbix file would be great.(Remove privacy information)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jarvis Tang&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 02:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4329946#M171880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-16T02:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331119#M171923</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Flag =&lt;/SPAN&gt; &lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;'Account Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Combined Sell-To Number]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'Account Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Sell_To_Number]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The formula is working as far as bring back the true, false statements.&amp;nbsp; It's when I implement the conditional formatting on the icon when it is not bringing back the flag to the appropriate numbers.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:56:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331119#M171923</guid>
      <dc:creator>brockry1</dc:creator>
      <dc:date>2024-12-16T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331123#M171925</link>
      <description>&lt;P&gt;The column is bringing back the correct true, false conditions.&amp;nbsp; Where I ran into an issue was with the conditional formatting using hte icon and it is not showing a flag on the 2's like it should.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:00:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331123#M171925</guid>
      <dc:creator>brockry1</dc:creator>
      <dc:date>2024-12-16T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331153#M171931</link>
      <description>&lt;P&gt;I figured it out.&amp;nbsp; In the rules of the conditional formatting instead of calcuating on sum I changed it to maxium and it is now bringing back what I need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:11:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331153#M171931</guid>
      <dc:creator>brockry1</dc:creator>
      <dc:date>2024-12-16T15:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331805#M171972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="884738" data-lia-user-login="brockry1" class="lia-mention lia-mention-user"&gt;brockry1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am happy to learn that you found the cause of the problem and fixed it.&lt;/P&gt;
&lt;P&gt;Please accept your own reply as a solution, it will make it easier for other users who may be experiencing the same problem to find a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jarvis Tang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 00:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/4331805#M171972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-17T00:56:03Z</dc:date>
    </item>
  </channel>
</rss>

