<?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: Visual with most recent Fiscal Year from Filtered Selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3222700#M117873</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You can just use TOPN filter&lt;/P&gt;&lt;P&gt;use MAX of the YEAR&lt;/P&gt;&lt;P&gt;See pic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 18:14:07 GMT</pubDate>
    <dc:creator>mrcss23</dc:creator>
    <dc:date>2023-05-05T18:14:07Z</dc:date>
    <item>
      <title>Visual with most recent Fiscal Year from Filtered Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3220870#M117723</link>
      <description>&lt;P&gt;I am trying to create a Stacked Column Chart visual that will only display the most recent fiscal year from the user's filtered Fiscal Year selection. For instance, if the Fiscal Years selected are those in the image below, the Stacked Column Chart visual would only have data for 2022.&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 am currently trying to acheive this by creating a True/False column on my date table so that any date in the max fiscal year is assigned True and all other False. Then I can put the column as a filter on the visual and set it to True. I am having difficulty with creating the column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the columns/measures I have so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A measure to return the most recent fiscal year selected.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MaxFY = CALCULATE(max('Calendar'[Fiscalyear]),ALLSELECTED('Calendar'))&lt;/LI-CODE&gt;&lt;P&gt;A column to set date within the fiscal year to true if they match the most recent fiscal year&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;IsMaxFY = IF( 'Calendar'[Fiscalyear] = 'Calendar'[MaxFY], TRUE, FALSE )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MaxFY measure works and returns the most recent fiscal year selected (See below). The IsMaxFY column is not working. I want IsMaxFY to read True for the bottom row of the table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to acheive this?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 21:45:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3220870#M117723</guid>
      <dc:creator>dwelsh</dc:creator>
      <dc:date>2023-05-04T21:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Visual with most recent Fiscal Year from Filtered Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3222700#M117873</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You can just use TOPN filter&lt;/P&gt;&lt;P&gt;use MAX of the YEAR&lt;/P&gt;&lt;P&gt;See pic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 18:14:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3222700#M117873</guid>
      <dc:creator>mrcss23</dc:creator>
      <dc:date>2023-05-05T18:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Visual with most recent Fiscal Year from Filtered Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3222730#M117875</link>
      <description>&lt;P&gt;So easy, thanks &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="446152" data-lia-user-login="mrcss23" class="lia-mention lia-mention-user"&gt;mrcss23&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 18:51:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-with-most-recent-Fiscal-Year-from-Filtered-Selection/m-p/3222730#M117875</guid>
      <dc:creator>dwelsh</dc:creator>
      <dc:date>2023-05-05T18:51:05Z</dc:date>
    </item>
  </channel>
</rss>

