BlackrazorNZ
New Member
- Joined
- May 18, 2014
- Messages
- 15
Hi all,
I have a table containing a large number of items which have an expected date of full repayment as a calculated field.
I'm trying to work out a measure for a chart, that shows a value for a COUNT of all the fields between the date itself and the final date.
So if the there are 100 items, first of which is repaid on 1st March 2015, and the last of which is repaid on 1st June 2018, then :
Example of what I want the graph to look like (excuse my amazing MS Paint skills) :
And here's what the graph looks like with a COUNT function (rather than a rolling decreasing SUM of COUNT which is what I want to try and achieve).
Thanks for any help
I have a table containing a large number of items which have an expected date of full repayment as a calculated field.
I'm trying to work out a measure for a chart, that shows a value for a COUNT of all the fields between the date itself and the final date.
So if the there are 100 items, first of which is repaid on 1st March 2015, and the last of which is repaid on 1st June 2018, then :
- The graph would show a count of 100 items at the 1st March 2015 point, and;
- Would show 1 item on 1st June 2018, and;
- Would show a decreasing scale between the two as the count between any given date and the last date decreases.
Example of what I want the graph to look like (excuse my amazing MS Paint skills) :
And here's what the graph looks like with a COUNT function (rather than a rolling decreasing SUM of COUNT which is what I want to try and achieve).
Thanks for any help