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 PowerBI Community 😁,
I'm new with PowerBI, query, & Stuffs. & I need help with something.
So i've this kind of logic that i need to apply in my powerBI,
Solved! Go to Solution.
@Anonymous
Can you try this Measure:
M =
IF(
(
'Productivity and Task Organization'[Status] = "In Progress" || 'Productivity and Task Organization'[Status] = "New"
)
&&
(
'Productivity and Task Organization'[End Date] < TODAY()
),
"Incomplete",
'Productivity and Task Organization'[Status]
) ________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Can you try this Measure:
M =
IF(
(
'Productivity and Task Organization'[Status] = "In Progress" || 'Productivity and Task Organization'[Status] = "New"
)
&&
(
'Productivity and Task Organization'[End Date] < TODAY()
),
"Incomplete",
'Productivity and Task Organization'[Status]
) ________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
It's worked, thanks for the help 😁
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 |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 1 | |
| 1 |