<?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: Current Day of the Fiscal Year DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-Day-of-the-Fiscal-Year-DAX/m-p/1632875#M33093</link>
    <description>&lt;P&gt;If I were you I would maintain that information in your Dates table. So much easier than trying to do it in code.&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 00:46:47 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2021-01-30T00:46:47Z</dc:date>
    <item>
      <title>Current Day of the Fiscal Year DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-Day-of-the-Fiscal-Year-DAX/m-p/1632487#M33078</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have been trying to figure something out for a few days now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used the following solution to get current workday of the month here as "Institutional.CurrentWorkDay".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Institutional.CurrentWorkDay = IF('Date'[Institutional.WorkDay]=0, BLANK(), CALCULATE( SUM('Date'[Institutional.WorkDay]), ALLEXCEPT('Date', 'Date'[Calendar Month Name],'Date'[Calendar Year]), 'Date'[Day] &amp;lt;=EARLIER('Date'[Day]) ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How would I edit the formula to get workday of the fiscal year? Or is there a better way to write the sequence of "day of the fiscal year"?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 18:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-Day-of-the-Fiscal-Year-DAX/m-p/1632487#M33078</guid>
      <dc:creator>TAMOREIRA</dc:creator>
      <dc:date>2021-01-29T18:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current Day of the Fiscal Year DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-Day-of-the-Fiscal-Year-DAX/m-p/1632875#M33093</link>
      <description>&lt;P&gt;If I were you I would maintain that information in your Dates table. So much easier than trying to do it in code.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 00:46:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Current-Day-of-the-Fiscal-Year-DAX/m-p/1632875#M33093</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-01-30T00:46:47Z</dc:date>
    </item>
  </channel>
</rss>

