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
BeginnerBI
Helper I
Helper I

balance from previous quarter

Please I truly need your help.  I am trying to get the value from the previous quarter.

 

I only have one table, and my only date is quarters. I attached a picture to see if I can explain myself.

 

I will give you kudos all the compliments but please help me on this. Greatly appreciated. ExampleExample

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

@BeginnerBI 

Please try

Prev. Quarter =
CALCULATE (
SUM ( 'Table'[Column] ),
'Table'[Date] = EOMONTH ( MAX ( 'Table'[Date] ), -3 ),
ALL ( 'Table'[Date] )
)

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

@BeginnerBI 

Please try

Prev. Quarter =
CALCULATE (
SUM ( 'Table'[Column] ),
'Table'[Date] = EOMONTH ( MAX ( 'Table'[Date] ), -3 ),
ALL ( 'Table'[Date] )
)

Thank you so much!

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.