New Meassure by Issue Type

Hi friends!! I have a question about my report.

I have a problem about when my company put the story points because in Epic Type are in “Story Points Bucket” but in “Story, Task , Bug and Spyke” are in “Story Points”.

So that, i want only one column with each one values.

Im trying with :
image
image

With last formula i have something like i want but in Epic do a Sum of all each members…

Can u help me?

THANKS!!!

Hi,

The first formula from your screenshot should be close to what you described. It should refer to the Issue property checking the type of issue in the report rows, not the Issue type dimension:

CASE WHEN
[Measures].[Issue type]="Epic"
THEN
[Measures].[Issue Story Points Bucket]
ELSE
[Measures].[Story points history]
END

Kindly,
Janis, eazyBI support