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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
laouttee
New Member

calculate column year quarter issue

I have created a Column Year Quarter (e.g. 202201 202104) I want to calculate A column which is going to look to the same aspects but last period (here last quarter) I haven't found a solution yet. Can anyone help me please ?

20220122_211831.jpg

1 ACCEPTED SOLUTION
ray_ux
Memorable Member
Memorable Member

@laouttee 
Try something like this

CALCULATE(
    SUM( 'fDataDump'[Data Point Value Numeric] ),
    DATEADD( dCalendar[Date],-3,MONTH )
)

 

View solution in original post

2 REPLIES 2
ray_ux
Memorable Member
Memorable Member

@laouttee 
Try something like this

CALCULATE(
    SUM( 'fDataDump'[Data Point Value Numeric] ),
    DATEADD( dCalendar[Date],-3,MONTH )
)

 

Awesome thanks!

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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