cancel
Showing results for 
Search instead for 
Did you mean: 
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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors
Top Kudoed Authors