Forum Discussion
Anonymous
4 years agoNot applicable
Running Total Removing Blanks
Hi Everyone, could use some help. I have a DAX caluclation issue in Power BI. I have a date and sales table joined via a one-to-many relationship on the 'date' column. I want to calulate a run...
- 4 years ago
Ashish_Mathur
Super User
4 years agoHi,
To your visual, ensure that you drag the Date column from the Date table. Write this measure:
Current Running Total Measure =calculate([Sales],datesmtd(calendar[date]))
Hope this helps.