I looked throught manuals and examples, but i didnt found how to do it
In last column values should be
Project A - 0,57 (because its only one line in this project)
Project B - 0,37 (avg of project’s B lines)
Please help
@lauma.cirule
Hi!
I tryed to filter my members, but after 2 days of searching and trying all options still nothing(
I hope you can tell me at least where i can search solution
Thank you for the screenshot! From there I can see you wish to divide the total coefficient with the number of Sprints. For this you can use the Avg(…) function over a set of Sprints. Please try the following formula:
I think it worked!
And one more thing, it works only for visible rows (when filtering) or whole cube?
And what i need to do co count on higher levels? (custom_field/project/sprints)?
And how can i get Avg coefficient through custom_field level?
coifficient is counted by formula
CASE WHEN
[Measures].[Complited issues] <= [Measures].[Commited issues]
THEN
Round([Measures].[Complited issues] /
[Measures].[Commited issues], 2)
ELSE
1
END
The formula is calculating average for all Sprints that have a coefficient greater than zero in the selected context. You can check over what set the formula is working with the following formula: