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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
AndrejZitnay
Post Patron
Post Patron

Help with openning and closed balance

Hello all,

 

Would you be so kind and help me out with openning and closed balances?

I have 4 measures from 3 tables and 1 merge date table for months.

 

I struggle to find solution for openning and closed balance.

 

Many thanks.

 

Andrej

 

Opening and closing balance.JPG

1 ACCEPTED SOLUTION

@AndrejZitnay , One month less should do

 

Opening balance = CALCULATE([All measure ],filter(allselected(Table),Table[Date] <=maxX(Table, dateadd(Table[Date],-1, month))))

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

@AndrejZitnay , I am hoping you are using a common date table 

 

Sum of all the measures other then opening balance

 

All measure = [Measure from Table 1] + ....

 

Closing balance  = CALCULATE([All measure ],filter(allselected(Table),Table[Date] <=max(Table[Date])))

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

Hello @amitchandak ,

 

Can I have one follow up question?

I have my table for 3 years and at the end I'll end up with zero.

That's fine.

 

For another calculation I have to add together ClosingBalance & Monthly new.

(this is my base for series of important measures)

 

All my measures are fine on monthly basis but total for the year or overall 3 years doens't add up.

 

I think that comes with nature of Closing Balance Formula)

It is not possible to sum all motnhs together.

 

Is there some separate work around where I could sum my closing balances?
That will be just base of my follow up measurments.

 

thanks.

 

Andrej

 

Hello @amitchandak 

 

You are star.

I have my closing balance now.

 

How I can get opening balance?

I know that it should be closing balance from last month.

 

Thanks.

 

Andrej

@AndrejZitnay , One month less should do

 

Opening balance = CALCULATE([All measure ],filter(allselected(Table),Table[Date] <=maxX(Table, dateadd(Table[Date],-1, month))))

Hi, I applied to my problem but i faced dependency problem. You use filter so i wrote my calculated closing balance (that depends on opeing balance with formulas) to a table as calculated column and try to find opening balance

@amitchandak 

thank you very much.

Much appreaciated.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.