Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everyone,
I'm looking to take this table I've conditionally formatted and have a card next to it that shows the number of projects that are in the red. Please let me know if this is possible?
Solved! Go to Solution.
You can iterate over the projects and count which ones satisfy the rule for red.
Roughly like this:
SUMX ( VALUES ( Products[Product] ), IF ( [Hours Remaining] < 0, 1, 0 ) )
Modify the condition inside the IF to be whatever matches your rule for highlighting red.
You can iterate over the projects and count which ones satisfy the rule for red.
Roughly like this:
SUMX ( VALUES ( Products[Product] ), IF ( [Hours Remaining] < 0, 1, 0 ) )
Modify the condition inside the IF to be whatever matches your rule for highlighting red.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
18 | |
18 | |
13 | |
13 |
User | Count |
---|---|
36 | |
22 | |
21 | |
18 | |
12 |