Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |