<?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 highlight last column charts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3344160#M125532</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding conditional formating is only available when you have one series in the Column chart. If you want to custom format the Column Chart with multiple series/column you will need to use a Customizable Visualization such as Deneb (&lt;A href="https://deneb-viz.github.io/" target="_blank"&gt;https://deneb-viz.github.io/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;This video might help you:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=hE8R06PI0g4" target="_blank"&gt;https://www.youtube.com/watch?v=hE8R06PI0g4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 20:21:49 GMT</pubDate>
    <dc:creator>AlanFredes</dc:creator>
    <dc:date>2023-07-21T20:21:49Z</dc:date>
    <item>
      <title>How to highlight last column charts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3343963#M125522</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an intermediate in PowerBi and I need your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get my last columns highlighted as you can see below based on current or latest month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this DAX formula but it is only working when you have a single column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Is last Period = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;VAR CurrentPeriod = MAX(DIM_Calendar[Month_Year])&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;RETURN&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;IF(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; DATE(YEAR(CurrentPeriod),MONTH(CurrentPeriod),1) = DATE(YEAR(TODAY()),MONTH(TODAY()),1),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; 1,&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; 0&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my current view&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I would like to get. (this screenshot was manually done)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your help. Don't hesitate if you need more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 18:08:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3343963#M125522</guid>
      <dc:creator>PouxieDouxie</dc:creator>
      <dc:date>2023-07-21T18:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight last column charts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3344160#M125532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding conditional formating is only available when you have one series in the Column chart. If you want to custom format the Column Chart with multiple series/column you will need to use a Customizable Visualization such as Deneb (&lt;A href="https://deneb-viz.github.io/" target="_blank"&gt;https://deneb-viz.github.io/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;This video might help you:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=hE8R06PI0g4" target="_blank"&gt;https://www.youtube.com/watch?v=hE8R06PI0g4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? Mark my post as a solution!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 20:21:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3344160#M125532</guid>
      <dc:creator>AlanFredes</dc:creator>
      <dc:date>2023-07-21T20:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight last column charts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3346481#M125654</link>
      <description>&lt;P&gt;Thank you very much for your quick reply and solution&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 11:54:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-highlight-last-column-charts/m-p/3346481#M125654</guid>
      <dc:creator>PouxieDouxie</dc:creator>
      <dc:date>2023-07-24T11:54:02Z</dc:date>
    </item>
  </channel>
</rss>

