<?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 Calendar of any Standard Month - Just one variable apart in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Calendar-of-any-Standard-Month-Just-one-variable-apart/m-p/2516701#M845</link>
    <description>&lt;P&gt;Calendar of any Standard Month - Just one variable apart.&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 have shared the script with you to have a Calendar of all 12 months in the past.&lt;/P&gt;
&lt;P&gt;Creating Financial Calendar - From Any Month &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calendar-1-5-Power/ba-p/1187441" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calendar-1-5-Power/ba-p/1187441&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I have now a script, you change the end month and you will get the calendar on any standard month&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change in _FYENDMonth variable. Value between 1-12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date = var _max = Today() 
var _FYENDMonth =3
var _FYRemain = 12 -_FYENDMonth
var _end = EOMONTH(_max,12-MONTH(_max)+_FYENDMonth)

var _cal =  
ADDCOLUMNS( CALENDAR(DATE(2018,_FYENDMonth+1,01), _end) 
    , "Month Year" , FORMAT([Date], "MMM-YYYY")
    , "Month year Sort" , Year([Date])*100 + month([date])
    , "month start date" , EOMONTH([Date],-1)+1 
    , "month end date" , EOMONTH([Date],0) 
    , "FY year Start Date", if(month([Date])&amp;lt;=_FYENDMonth, EOMONTH([Date],-1*month([Date])- _FYRemain) ,EOMONTH([Date],-1*month([Date])+_FYENDMonth ) )+1 
    , "FY year End Date", if(month([Date])&amp;lt;=_FYENDMonth, EOMONTH([Date],_FYENDMonth-1*month([Date])) ,EOMONTH([Date],12-1*(month([Date])- _FYENDMonth) )) 
    ,"Weekday name", format([date], "dddd")
    , "Weekday", WEEKDAY([Date],2)
    ,"Start Week Date" , [Date] -1* WEEKDAY([Date],2) +1
    ,"End Week Date" , [Date] + 7 -1* WEEKDAY([Date],2) 
    , "Cal Year",year([date]))
Var _cal_cal2 =AddColumns( _cal,
    "FY" , Year([FY year Start Date]),
    "FY Month" , Datediff([FY year Start Date], [month start date],MONTH)+1 ,
    "FY Qtr" , Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)+1 ,
    "FY Qtr Start" , Eomonth([FY year Start Date],Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)*3-1)+1 ,
    "FY Qtr End" , Eomonth([FY year Start Date],Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)*3+2) ,
    "FY Week Start",[FY year Start Date] -WEEKDAY([FY year Start Date],2)+1
)
//var _end = ENDOFYEAR(Sales[Sales Date]) 
return 
ADDCOLUMNS(_cal_cal2,
"FY Year Month" , [FY]*100 + [FY Month]
,"FY Week" , QUOTIENT(DATEDIFF([FY Week Start],[Date],day),7)+1
,"FY Week No" , [FY]*100 + QUOTIENT(DATEDIFF([FY Week Start],[Date],day),7)+1

)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-selectable-paragraph=""&gt;Click&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Blog-Analysis/m-p/1265567#M4403" target="_blank" rel="noopener ugc nofollow"&gt;Here&lt;/A&gt;&amp;nbsp;to access all my blogs and videos in a jiffy via an exclusive visual glossary using Power BI.&lt;BR /&gt;Please like, share, and comment on these. Your suggestions on improvement, challenges, and new topics will help me explore more.&lt;/P&gt;
&lt;P data-selectable-paragraph=""&gt;You Can watch my Power BI Tutorial Series on&amp;nbsp;&lt;A href="https://www.youtube.com/c/Amitchandak" target="_blank" rel="noopener ugc nofollow"&gt;My Channel&lt;/A&gt;, Subscribe, Like, and share&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 07:41:01 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-05-16T07:41:01Z</dc:date>
    <item>
      <title>Calendar of any Standard Month - Just one variable apart</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Calendar-of-any-Standard-Month-Just-one-variable-apart/m-p/2516701#M845</link>
      <description>&lt;P&gt;Calendar of any Standard Month - Just one variable apart.&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 have shared the script with you to have a Calendar of all 12 months in the past.&lt;/P&gt;
&lt;P&gt;Creating Financial Calendar - From Any Month &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calendar-1-5-Power/ba-p/1187441" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Community-Blog/Creating-Financial-Calendar-Decoding-Date-and-Calendar-1-5-Power/ba-p/1187441&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I have now a script, you change the end month and you will get the calendar on any standard month&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change in _FYENDMonth variable. Value between 1-12&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date = var _max = Today() 
var _FYENDMonth =3
var _FYRemain = 12 -_FYENDMonth
var _end = EOMONTH(_max,12-MONTH(_max)+_FYENDMonth)

var _cal =  
ADDCOLUMNS( CALENDAR(DATE(2018,_FYENDMonth+1,01), _end) 
    , "Month Year" , FORMAT([Date], "MMM-YYYY")
    , "Month year Sort" , Year([Date])*100 + month([date])
    , "month start date" , EOMONTH([Date],-1)+1 
    , "month end date" , EOMONTH([Date],0) 
    , "FY year Start Date", if(month([Date])&amp;lt;=_FYENDMonth, EOMONTH([Date],-1*month([Date])- _FYRemain) ,EOMONTH([Date],-1*month([Date])+_FYENDMonth ) )+1 
    , "FY year End Date", if(month([Date])&amp;lt;=_FYENDMonth, EOMONTH([Date],_FYENDMonth-1*month([Date])) ,EOMONTH([Date],12-1*(month([Date])- _FYENDMonth) )) 
    ,"Weekday name", format([date], "dddd")
    , "Weekday", WEEKDAY([Date],2)
    ,"Start Week Date" , [Date] -1* WEEKDAY([Date],2) +1
    ,"End Week Date" , [Date] + 7 -1* WEEKDAY([Date],2) 
    , "Cal Year",year([date]))
Var _cal_cal2 =AddColumns( _cal,
    "FY" , Year([FY year Start Date]),
    "FY Month" , Datediff([FY year Start Date], [month start date],MONTH)+1 ,
    "FY Qtr" , Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)+1 ,
    "FY Qtr Start" , Eomonth([FY year Start Date],Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)*3-1)+1 ,
    "FY Qtr End" , Eomonth([FY year Start Date],Quotient(Datediff([FY year Start Date], [month start date],MONTH),3)*3+2) ,
    "FY Week Start",[FY year Start Date] -WEEKDAY([FY year Start Date],2)+1
)
//var _end = ENDOFYEAR(Sales[Sales Date]) 
return 
ADDCOLUMNS(_cal_cal2,
"FY Year Month" , [FY]*100 + [FY Month]
,"FY Week" , QUOTIENT(DATEDIFF([FY Week Start],[Date],day),7)+1
,"FY Week No" , [FY]*100 + QUOTIENT(DATEDIFF([FY Week Start],[Date],day),7)+1

)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-selectable-paragraph=""&gt;Click&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Blog-Analysis/m-p/1265567#M4403" target="_blank" rel="noopener ugc nofollow"&gt;Here&lt;/A&gt;&amp;nbsp;to access all my blogs and videos in a jiffy via an exclusive visual glossary using Power BI.&lt;BR /&gt;Please like, share, and comment on these. Your suggestions on improvement, challenges, and new topics will help me explore more.&lt;/P&gt;
&lt;P data-selectable-paragraph=""&gt;You Can watch my Power BI Tutorial Series on&amp;nbsp;&lt;A href="https://www.youtube.com/c/Amitchandak" target="_blank" rel="noopener ugc nofollow"&gt;My Channel&lt;/A&gt;, Subscribe, Like, and share&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 07:41:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Calendar-of-any-Standard-Month-Just-one-variable-apart/m-p/2516701#M845</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-05-16T07:41:01Z</dc:date>
    </item>
  </channel>
</rss>

