March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Looking for a measure to countrows that ONLY has status task Status as "Not Started"
Status | Name | Date |
Not Started | Joe Smith | 1/1/21 |
Not Started | Ann Taylor | 2/2/21 |
Completed | Joseph Johnson | 3/3/21 |
Not Started | Ariana Jackson | 4/4/21 |
Solved! Go to Solution.
Hi, @jcastr02
You can also try a Measure like the following.
The result looks like this:
Best Regards
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @jcastr02
You can also try a Measure like the following.
The result looks like this:
Best Regards
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@jcastr02 , Try a measure like
countrows(filter(Table, Table[Status] ="Not Started"))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
94 | |
89 | |
86 | |
77 | |
49 |
User | Count |
---|---|
164 | |
149 | |
101 | |
73 | |
56 |