Forum Discussion

JP007's avatar
JP007
New Member
3 years ago

Need help to get lastnonblank value

Hi all, looking for some help here... i just can't figure it out.

 

I need to show the total for days that I don't have a value using the last available balance.

i.e. January 3 should be showing me $81,759,015.35 since it's the last available balance. LastBalanceID is a measure which is: 

LastBalanceID = CALCULATE( SUM (DepositData[Balance]), LASTDATE( 'Dates'[Date]) )
I do have a calander table that I'm using for the table below, instead of using DepositData[Date]

 

Thank you

 

2 Replies