Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I need your help to calculate 3 metrics based on the shared data in the image.
I've tried several ways but I can't find a solution. 😞
Thank you for your help!
Solved! Go to Solution.
So, you should be able to use a pattern like:
Tasks to Start =
VAR __date = MAX([Slicer Date])
VAR __table = FILTER('Table',[TaskPercentageComplete]=0 && [TaskStartDate]>__date)
RETURN
COUNTROWS(__table)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |