I'm a little lost about generate custom Measures, I will ask for your help with two examples:
Example A: Display logged time depends of the project.
Example B: Display logged time depends of customfield value.
How can I wrote now a measure that depends of customfield value?
Thanks a lot for replies
Hi Marc,
You could try using tuples to create new user-defined calculated measures.
See more information about tuples here - in eazyBI documentation
https://docs.eazybi.com/display/EAZYBI/Calculated+members#Calculatedmembers-Tuples
Following MDX could be used create a new user-defined calculated measure that returns hours spent only in specific Project.
( [Measures].[Hours spent], [Status].CurrentMember, [Project].[JIRA Software (including JIRA Agile)] )
hours spent in project.jpg
Similarly, you could approach with your custom fields and vice verse, if you have Project dimension in rows, you could address custom field specific value in the MDX tuple.
Please contact support@eazybi.com if you have further questions regarding this!
Kind regards,
Martins Vanags / support@eazybi.com
Online 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.