The EazyBI support gave the solution to this:
([Measures].[Hours per areas]
/
DefaultContext(
([Measures].[Hours per areas],
[Time].CurrentHierarchyMember,
[Logged by].CurrentHierarchyMember
)
))*100
Thanks to the team!
The EazyBI support gave the solution to this:
([Measures].[Hours per areas]
/
DefaultContext(
([Measures].[Hours per areas],
[Time].CurrentHierarchyMember,
[Logged by].CurrentHierarchyMember
)
))*100
Thanks to the team!