Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Cumulative Total for a Summarize Table

Hello Experts,

 

Need help in getting running/Cumulative total. I have a summarized table and for that i need one more column that helps in getting cumulative total please help

 

 

	SUMMARIZE (
			FILTER ( Inv_Fact_Inventory, 
						Inv_Fact_Inventory[Dashboard]="Current Inventory" && Inv_Fact_Inventory[Inventory Status]="ASSIGNED" && Inv_Fact_Inventory[Inventory Order Type]="TENDERED NOT SHIPPED" ),
			Inv_Fact_Inventory[Received Date],
			"UnAssignedTenderCount", DISTINCTCOUNT(Inv_Fact_Inventory[CURINV_CARGO_ID])
		 )

 

 

Here is the output

 

And in that i need one more column that will have running total. Please help

 

3 Replies