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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
souvik900766
Helper IV
Helper IV

Return data from specified time interval in all rows in a calculated column

Hi !

My Data:-

YearMonth CY2018
2019     Jan,19        784003.6     
2020Jan,20796923 
2021Jan,21912686.3 
2018Jan,18754578.3 

I want to return year 2018 CY Value i.e. 754578 in 2018 Column in all rows.
The calculation should be based on latest month for e.g.
MAX(Month),dateadd(month,-3,year)
So, here I want to find from Jan, 2021, to 3 years prior data.

Thanks in advance !

4 REPLIES 4
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @souvik900766 ,

Try using this:
2018data(measure)= CALCULATE(SUM(CY), PARALLELPERIOD(Month, -3, Year))


I believe this is what you want.

Hi @Tanushree_Kapse 
Its not working !
Capture.PNG

A circular dependency was arising so i used the formula this way.

Hi @souvik900766 ,
You want to show 2018 data in 2018 column at all times ... irrespective of the months in the Month column?
If this is what you need, the try using ALL instead of ALLEXCEPT.

Hi @Tanushree_Kapse 
Yes you are right, thats what I want,
Its not working
I tried with this options
Capture 1.PNGCapture 2.PNGCapture.PNG
Thanks

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.