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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Orange2045
Helper I
Helper I

Add the data of year N+3

Dear all, 

I have a reporting with realised 2021/ budget 2022/YTD 2022 by month, how can i add budget 2023?

the report is fix on year 2021, all the data of 2022 was done by mesure with nextyear

for example Cout Total B22 = CALCULATE(SUM('Budget 2022'[Coûts B22]),nextyear('0_Date'[Date]))
 
if it exist a fonction of the year after ? because i still want to fix on year 2021. (pivot year)
 
Thanks a lot
Annie
 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Orange2045 , add one more year

Change table name if needed

 

Cout Total B23 = CALCULATE(SUM('Budget 2022'[Coûts B22]),nextyear(dateadd('0_Date'[Date],1,Year) ))

 

Make sure calendar has dates till 2023

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Orange2045
Helper I
Helper I

Thank you😀

amitchandak
Super User
Super User

@Orange2045 , add one more year

Change table name if needed

 

Cout Total B23 = CALCULATE(SUM('Budget 2022'[Coûts B22]),nextyear(dateadd('0_Date'[Date],1,Year) ))

 

Make sure calendar has dates till 2023

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.