This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hello,
I'm trying to count the tasks which are due in the next 30 days (from today). Is the below the correct measure?
Solved! Go to Solution.
pls try this
Tasks Approaching =
VAR _StartDate =TODAY()
VAR _EndDate = _StartDate +30
RETURN
CALCULATE([OpenTasks] , DATESBETWEEN(Date[c.DueMonth], _StartDate,_EndDate ))
pls try this
Tasks Approaching =
VAR _StartDate =TODAY()
VAR _EndDate = _StartDate +30
RETURN
CALCULATE([OpenTasks] , DATESBETWEEN(Date[c.DueMonth], _StartDate,_EndDate ))
Thank you so much @Ahmedx this has worked!
How could I count the open tasks which are "in date" also? So, not yet due?
did not understand, explain in more detail what you want and by what principle the task is considered open?
Sorry @Ahmedx , I wish to count the open tasks which are not yet due (Due Date is over 30 days in front)
So ideally I'm looking for 3x measures in total, In Date, Approaching and Overdue.
Would the below be correct for In Date?
this will give you tasks that are overdue
@Anonymous , Need the correct table name, also need to know how openTaks works
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 54 | |
| 47 | |
| 26 | |
| 24 |