March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |