<?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: How to do conditional formatting for X columns automatically in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/4000823#M155891</link>
    <description>&lt;P&gt;you are welcome&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 00:53:04 GMT</pubDate>
    <dc:creator>ryan_mayu</dc:creator>
    <dc:date>2024-06-20T00:53:04Z</dc:date>
    <item>
      <title>How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3997840#M155506</link>
      <description>&lt;P&gt;Hi I need help to change the color of my Line and Stacked Chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, i want the FY2024 to be another color than FY2023. I do not want to do it manually as I would then have to do it for the next 12 months manually for my users.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please help! Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ricky&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 08:39:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3997840#M155506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-18T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3997926#M155507</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a workaround for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;year&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[date]&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;then go to the color setting&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;then set up the conditional formatting&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2024 09:30:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3997926#M155507</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-18T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999822#M155744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82327" data-lia-user-login="ryan_mayu" class="lia-mention lia-mention-user"&gt;ryan_mayu&lt;/a&gt;&amp;nbsp; Thanks! But what if my Year is Fiscal Year? Now it is showing for 2024 but not for Fiscal Year.... Please help me&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 08:58:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999822#M155744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-19T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999833#M155745</link>
      <description>&lt;P&gt;You can do the similar way. Is the month and year from date table? Are they fiscal year and month?&lt;/P&gt;
&lt;P&gt;Maybe just add the fiscal yar to the conditional format setting and set to 2024.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if still not work, pls provide some sample data.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:02:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999833#M155745</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-19T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999855#M155747</link>
      <description>&lt;P&gt;I have linked the actual date to the Dates table which is shown below.&lt;/P&gt;&lt;P&gt;When i try to add the Fiscal Year it always show as a SUM which is incorrect&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, 19 Jun 2024 09:23:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999855#M155747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-19T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999890#M155750</link>
      <description>&lt;P&gt;then you can create a measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'date'&lt;/SPAN&gt;&lt;SPAN&gt;[fiscalyear]&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;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/3999890#M155750</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-19T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/4000168#M155786</link>
      <description>&lt;P&gt;It Works!! Thanks so much !&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 12:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/4000168#M155786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-19T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to do conditional formatting for X columns automatically</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/4000823#M155891</link>
      <description>&lt;P&gt;you are welcome&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 00:53:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-do-conditional-formatting-for-X-columns-automatically/m-p/4000823#M155891</guid>
      <dc:creator>ryan_mayu</dc:creator>
      <dc:date>2024-06-20T00:53:04Z</dc:date>
    </item>
  </channel>
</rss>

