The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |