This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 😁
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.