You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi M,
Are Status A,B,C values?
Here is some documentation: https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/calculated-measures
Regards
Hi @M
Suppose you wish to see the number of issues in Status A and B minus issues in Status C. In that case, I recommend defining a calculated measure in Measures. @Fabian Lim already linked the eazyBI documentation page referencing simple arithmetic functions. In your case, the calculated measure formula could look similar to the one below:
([Measures].[Issues created],[Status].[A])
+
([Measures].[Issues created],[Status].[B])
-
([Measures].[Issues created],[Status].[C])
See the eazyBI documentation page for more details on defining calculated measures - https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members#Calculatedmeasuresandmembers-Howtodefineanewcalculatedmember.
Best,
Roberts // 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.