Hi Guys,
Is there a way to filter out my date to show every Tuesdays and Thursdays on Eazybi?
Thanks
Hi @Ismail Sanni ,
You might use the "Weekday" dimension to filter out your desired days.
Regards,
Oskars
eazyBI support
@Oskars Laganovskis I will try that, and I also have another Issue,
I'm trying to find issues that were transitioned to a status within the past 10days. I tried this but it's not giving the issues, its just empty.
Is there a better way to filter it out?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismail Sanni , the Transitions dimension contains the list of transitions that issues have encountered within Jira.
If you are looking for the number of issues that have had a specific transition to status, you are looking for the measure "Transitions to status Issues count". If you want to limit these transitions to the last 10 days, you might create a tuple with the measure and a calculated member in the "Time" dimension.
The expression for the calculated member "last 10 days" might be as follows.
Aggregate(
[Time].[Day].DateMembersBetween(
'11 days ago',
'now'))
Then you might create the following tuple.
([Measures].[Transitions to status issues count],
[Time].[last 10 days])
This would work best with the "Transition Status" dimension.
You might read more about transitions and related measures here - https://docs.eazybi.com/eazybi/data-import/data-from-jira/import-issue-change-history.
Regards,
Oskars / eazyBI support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I really appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.