<?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: Top 3 Conditional Formatting Bar Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3696155#M143741</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible please share pbix file will any sensitive data removed.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 10:35:56 GMT</pubDate>
    <dc:creator>talespin</dc:creator>
    <dc:date>2024-02-13T10:35:56Z</dc:date>
    <item>
      <title>Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3695567#M143714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here's two measures that are used to highlight the top 3 responses in the bar chart below. The measure works but it's including values outside the top 3 (highlighted in "green"). How do I fix this? Appreciate any tips please.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Top 3 Reasons For Leaving = 
VAR CurrentReason = SELECTEDVALUE('Survey Exit Data'[Q7: What is the main reason you decided to leave?])
VAR TopReasons = TOPN(3, ALL('Survey Exit Data'[Q7: What is the main reason you decided to leave?]), [Total Completions], DESC)
RETURN
IF(
    CurrentReason IN TopReasons,
    1,
    0
)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Top 3 Reasons Leaving CF = 
IF([Top 3 Reasons For Leaving] = 1, "#D5E6A5", "#54B9AD")&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 06:45:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3695567#M143714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-13T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3696155#M143741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible please share pbix file will any sensitive data removed.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 10:35:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3696155#M143741</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-13T10:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3697512#M143789</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="678168" data-lia-user-login="talespin" class="lia-mention lia-mention-user"&gt;talespin&lt;/a&gt;&amp;nbsp;pbix inbox&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 00:35:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3697512#M143789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-14T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3697988#M143818</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is nothing wrong with DAX. The color is coming from somewhere else. I changed the color to red/blue.&lt;/P&gt;&lt;P&gt;Also I created another visual and works perfectly fine with the measures you shared. I am not able to figure out the reason for problematic columns.&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;</description>
      <pubDate>Wed, 14 Feb 2024 05:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3697988#M143818</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-14T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698000#M143821</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Figured the problem. If you set the color manually for any specific category and then select "All" and try to use formula, it will not override the colors you set manually. I don't know how to clear manual color selection. Try creating a new chat and don't select any colors manually.&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;</description>
      <pubDate>Wed, 14 Feb 2024 05:31:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698000#M143821</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-14T05:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698055#M143824</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="678168" data-lia-user-login="talespin" class="lia-mention lia-mention-user"&gt;talespin&lt;/a&gt;&amp;nbsp;it worked after creating a new visual. At least I know it had nothing to do with the measure. Thank you so much for clarifying, appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:09:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698055#M143824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-14T06:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Top 3 Conditional Formatting Bar Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698056#M143825</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're welcome.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:11:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Top-3-Conditional-Formatting-Bar-Chart/m-p/3698056#M143825</guid>
      <dc:creator>talespin</dc:creator>
      <dc:date>2024-02-14T06:11:41Z</dc:date>
    </item>
  </channel>
</rss>

