Forum Discussion
SaurabhGupta
8 years agoFrequent Visitor
Add a same value across selected time period
Hi, I have a per day project cost for different organization. This project has a start date and an end date. I found out how to visualize the per- day project cost across its course of time (i.e....
Greg_Deckler
8 years agoCommunity Champion
Yes you can do that. Did you try using the Running Total Quick Measure?
Also, check out my Time Intelligence The Hard Way Quick Measure here:
Basically, you just need to create a temp table that FILTER's your table to all rows with a date less than the current context and then do a SUMX on it.