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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Nese_FZ
Helper I
Helper I

Accumulated balance

Hi

 

I am trying to create the accumulated balance by the launch date but it is not working.

 

I tested several formulas but it didn't work

 

Cold you helpe me please?

 

Acumulado dúvida.PNG

 

that´s I expected for

Acumulado dúvida_BASE.PNG

 

thanks in advance

2 REPLIES 2
Nese_FZ
Helper I
Helper I

Hi 

 

I tried all, but didn´t work. I solved it by introducing an index column and referencing it.

 

Anyway, thanks for your help!

amitchandak
Super User
Super User

@Nese_FZ , Use all of table, In place of Table[Date].

 

example

 

Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date])))
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(Sales),Sales[Sales Date] <=max(Sales[Sales Date])))
Cumm Sales = CALCULATE(SUM(Table[value]),filter(allselected(Table),Table[Date] <=max(Table[Date])))

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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