Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |