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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.