Greetings,
I want to create a Compliance check report where I want to see a count of all the P1-Hight Priority issues per month which have been open for more than 14 days.
The priority part has been taken care by using it as a filter in the Page Section, however, I am unable to get the count of the issue which have been open for more than 14 days.
In order to find the days the issue was open I have created a custom calculated member IssueAgeDays as, DateDiffDays([Measures].[Issue created date],[Measures].[Issue resolution date]) which is giving me the days.
However, when I am using trying to get a count of issues with more than 14 days open I am getting error,
Count([Measures].[IssueAgeDays]>14)
I tried with agregete as well. Can someone please tell me what I am missing here? This is the first time we are using EazyBI.
Thanks,
Arunava