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.
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.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
34 | |
14 | |
12 | |
6 | |
6 |