Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Under One group we have multiple projects, each project have different status we need to consider if have one project High risk then entire group we can consider High Risk.
But in dashboard graph we need to show How many projects are diffrent status.
How to count above meassure value with correct count..
Solved! Go to Solution.
Hi, @sprao
Your needs are achievable, You can use summarize() to create the context then count them.
Like this:
measure =
COUNTX (
SUMMARIZE ( ALL ( table ), [Group Tax], "29.Risk", MAX ( table[column] ) + 0 ),
[29.Risk]
)
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Hi, @sprao
Your needs are achievable, You can use summarize() to create the context then count them.
Like this:
measure =
COUNTX (
SUMMARIZE ( ALL ( table ), [Group Tax], "29.Risk", MAX ( table[column] ) + 0 ),
[29.Risk]
)
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |