<?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: Problem with SWITCH to change colors in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852539#M91520</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436881" data-lia-user-login="Louis66" class="lia-mention lia-mention-user"&gt;Louis66&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below DAX Measure&lt;/P&gt;&lt;PRE&gt;colour =&lt;BR /&gt;SWITCH (&lt;BR /&gt;SELECTEDVALUE ( 'Cookie Types'[Cookie Type] ),&lt;BR /&gt;"Sugar", "Red",&lt;BR /&gt;"Orange"&lt;BR /&gt;)&lt;/PRE&gt;</description>
    <pubDate>Thu, 20 Oct 2022 04:34:06 GMT</pubDate>
    <dc:creator>Jayee</dc:creator>
    <dc:date>2022-10-20T04:34:06Z</dc:date>
    <item>
      <title>Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852181#M91491</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to change the color using a measure, but without much success. Basically, my condition does not work :&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;Normally, the "Sugar" should show in Red... but everything shows in Orange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 23:01:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852181#M91491</guid>
      <dc:creator>Louis66</dc:creator>
      <dc:date>2022-10-19T23:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852429#M91513</link>
      <description>&lt;P&gt;Just for testing purposes, can you add your Colour measure to the matrix next to Cookie Type and see if it returns Red/Orange?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 02:58:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852429#M91513</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-10-20T02:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852539#M91520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436881" data-lia-user-login="Louis66" class="lia-mention lia-mention-user"&gt;Louis66&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below DAX Measure&lt;/P&gt;&lt;PRE&gt;colour =&lt;BR /&gt;SWITCH (&lt;BR /&gt;SELECTEDVALUE ( 'Cookie Types'[Cookie Type] ),&lt;BR /&gt;"Sugar", "Red",&lt;BR /&gt;"Orange"&lt;BR /&gt;)&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2022 04:34:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852539#M91520</guid>
      <dc:creator>Jayee</dc:creator>
      <dc:date>2022-10-20T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852551#M91521</link>
      <description>&lt;P&gt;?! that's the same as the IF statement.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 04:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2852551#M91521</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-10-20T04:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853083#M91551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="436881" data-lia-user-login="Louis66" class="lia-mention lia-mention-user"&gt;Louis66&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue has been submitted internally.&lt;/P&gt;
&lt;P&gt;Internal ICM ID:&amp;nbsp;&lt;SPAN&gt;343098936&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please be patient to wait for fixing. If there is any news, I will update it here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jianbo Li&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 08:30:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853083#M91551</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-10-20T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853390#M91583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately this DAX Measure does not work either - please see this screenshot :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853390#M91583</guid>
      <dc:creator>Louis66</dc:creator>
      <dc:date>2022-10-20T10:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWITCH to change colors</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853408#M91588</link>
      <description>&lt;P&gt;I tried it, but no success either&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problem-with-SWITCH-to-change-colors/m-p/2853408#M91588</guid>
      <dc:creator>Louis66</dc:creator>
      <dc:date>2022-10-20T10:11:23Z</dc:date>
    </item>
  </channel>
</rss>

