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.
Hello,
I am trying to use FILTER to flter my table to just include certain rows, but it is returning the full rows. This is my formula:
Solved! Go to Solution.
@rosemarie
Can you try this, if this doesn't work, please provide more details and screenshots:
Successful Challenges =
CALCULATE (
COUNT ( 'Challenges'[Challenge ID] ),
Challenges[Challenge Status] IN { "Awarded", "Closed" }
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@rosemarie
Can you try this, if this doesn't work, please provide more details and screenshots:
Successful Challenges =
CALCULATE (
COUNT ( 'Challenges'[Challenge ID] ),
Challenges[Challenge Status] IN { "Awarded", "Closed" }
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thanks - that solved my problem.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |