Forum Discussion

CmdrKeene's avatar
CmdrKeene
Helper IV
3 years ago

Help with Running Total

I've reviewed several posts and this seems mostly the same as Solved: Re: DAX Question: Running Totals with Missing Valu... - Microsoft Fabric Community, but I can't seem to understand the formula well enough to adapt it.

 

Basically I have a running total of orders in each hour. It's in a single table (query result) that groups the results per hour and some other dimensions (obfuscated here but we can just say order type).

 

This is the same data as Stacked Bar and as matrix for comparison.  

 

Notice the purple category (type 1) is present in hour 1 but missing from hours 2 and 3?  But then it appears again in 4.

 

I want the running total to repeat the same total if it is unchanged, so that the chart only grows.

 

Basically the way Excel pivot chart would do it.

 

I don't really want to use a calendar table because then I'll need a literal table of every hour and that seems weird.  Can I just modify the formula as Solved: Re: DAX Question: Running Totals with Missing Valu... - Microsoft Fabric Community did, perhaps by using unique order type from the same table?

 

 

1 Reply