Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
orana
Helper I
Helper I

Changing Years

Hello,

 

I have columns FY and Month column and would like to create column CY. 

 

FyMonthCY
2022

Oct

2021
2022Nov2021
2022Dec2021
2022Jan2022
2022Feb2022
2023

Oct

2022
2023Nov2022
2023Dec2022
2023Jan2023
2023Feb2023

 

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi , @orana 

Accoring to your descriprion , you want to  create column CY. 

And for your data , it seems only the "Oct,Nov and Dec“ return the last year.

If this , you can just use the IF() function to judge.

You can click "New Column" and enter this:

Column = IF([Month] in {"Oct","Nov","Dec"},[Fy]-1,[Fy])

 

Then we can get the result like this:

vyueyunzhmsft_0-1678845503363.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

View solution in original post

1 REPLY 1
v-yueyunzh-msft
Community Support
Community Support

Hi , @orana 

Accoring to your descriprion , you want to  create column CY. 

And for your data , it seems only the "Oct,Nov and Dec“ return the last year.

If this , you can just use the IF() function to judge.

You can click "New Column" and enter this:

Column = IF([Month] in {"Oct","Nov","Dec"},[Fy]-1,[Fy])

 

Then we can get the result like this:

vyueyunzhmsft_0-1678845503363.png

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.