Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 7 | |
| 6 |