I am planning to integrate Jira Dashboard in Google site. Can you please guide me how to do this?
Hi @Jerome Renaud,
You could generate the set of all days and get the first and last item from it. Please try the following formula
DateDiffWorkdays(Generate(
ChildrenSet([Time].CurrentHierarchyMember),
Descendants([Time].CurrentHierarchyMember, [Time].[Day])
).Item(0).StartDate,
Tail(Generate(
ChildrenSet([Time].CurrentHierarchyMember),
Descendants([Time].CurrentHierarchyMember, [Time].[Day])
)).Item(0).StartDate
)
Lauma / support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.