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.
I am trying to show comparison rates for completion of task where completion data is in a column with 2 value: Completed or Outstanding. I think i need to create a measure which allows me to count how many are Completed & how many are Outstanding?? I would like to add a Card visual to show Total Outstanding. I've tried googling but not sure what I'm asking.
Solved! Go to Solution.
Hi,
I am not sure how your datamodel looks like, but please try something like below in case you want to create a card visualization.
Outstanding count measure: =
COUNTROWS ( FILTER ( Requests, Requests[Completed] = "Outstanding" ) )
Hi,
I am not sure how your datamodel looks like, but please try something like below in case you want to create a card visualization.
Outstanding count measure: =
COUNTROWS ( FILTER ( Requests, Requests[Completed] = "Outstanding" ) )
This worked perfect- thanks for the quick response.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
71 | |
38 | |
29 | |
27 |
User | Count |
---|---|
97 | |
96 | |
58 | |
44 | |
40 |