Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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" ) )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
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" ) )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
This worked perfect- thanks for the quick response.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
103 | |
68 | |
47 | |
39 | |
37 |