Hello,
My period is formed of date
FinPeriod = if(month('Date'[Date])>6,MONTH('Date'[Date])-6,month('Date'[Date])+6)
Is there a way to format the period number to MMM format, mainly for visulaisation purposes
Thanks.
Hello,
My period is formed of date
FinPeriod = if(month('Date'[Date])>6,MONTH('Date'[Date])-6,month('Date'[Date])+6)
Is there a way to format the period number to MMM format, mainly for visulaisation purposes
Thanks.