Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi I am new in this world and are already several days that I don't found a solution to my problem that is
I have a column of date from Nov2018 today and what I would like to reach as result is that in a range of date, like 1Nov2018 to 31Oct19 I have a label like FY19 and so on for the other FY years Found complex solutions, but I need a very simple formula
Have you some suggestion
?
Solved! Go to Solution.
Hi,
you can use group option where you can create groups based on the range.
you can create a new column
Fiscalyear = if(month('Table'[Date])>10,year('Table'[Date])+1,year('Table'[Date]))
Proud to be a Super User!
you can create a new column
Fiscalyear = if(month('Table'[Date])>10,year('Table'[Date])+1,year('Table'[Date]))
Proud to be a Super User!
Hi Great Job ! Replicated and it done what I need
Thank !
Hi,
you can use group option where you can create groups based on the range.
Need to test and mainly learn how to use but has sense.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.