Forum Discussion
Anonymous
7 years agoNot applicable
Running total with dynamic date
Hello I've been struggling with this problem now for couple days. I've got 2 tables. Data and calendar. Here's an example of data table (it has only 3 columns) ID Creation date ...
- 7 years ago
This is called “events in progress”. https://www.sqlbi.com/articles/analyzing-events-with-a-duration-in-dax/
MattAllington
7 years agoCommunity Champion
This is called “events in progress”. https://www.sqlbi.com/articles/analyzing-events-with-a-duration-in-dax/
Anonymous
7 years agoNot applicable
Wow. That's such a clear explanation of the problem! I managed to find almost the same way for this problem myself, but this explanation really opened my eyes about what was the problem with I was struggling. Thanks!