Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 😁
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 5 |