Forum Discussion
Calculate and filter help!
Hi Anonymous,
The ALL parameter takes a take to start, so you'll need something like:
12 Month Revenue = calculate(SUM(H12015[Final Amount (£)]), FILTER(ALL('Start Date'), 'Start Date'[Length of Tenure Absolute]<13),0)
Hope that helps!
- Anonymous8 years agoNot applicable
thanks unforutnately it didnt work,
i get the error: The true/false expression doesnt specify a column.
Also, if i needed to get it to average the final amount would this be right?
So calculate the sum of the amount averaged by the number of people with a tenure of less than 13 months.
12 Month Revenue = calculate(SUM(average(H12015[Final Amount (£)])), FILTER(ALL('Start Date'), 'Start Date'[Length of Tenure Absolute]<13),0)
- JoHo_BI8 years agoResponsive Resident
Can you post some sample data? It'll be easier to answer if we see how your datais structured.
Thanks!