Forum Discussion
kirabray
3 years agoRegular Visitor
Running Total with Two Columns
Hello! I am having trouble writing the DAX for a running total of ordered units. I need to see them by date but also by customer. I have the DAX working for by date: Required RT = CALCULATE(SU...
amitchandak
3 years agoSuper User
kirabray , Try to use the window function with partition by
Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc