Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all.
Apologies in advance novice user who just started using power bi desktop.
I need a way to report in a custom column called “ Date Status” with a text file based on criteria.
We have ten date columns that are all linked to 10 tasks, and these have a due date within them.
I need to query all columns at the same time and if any dates are in the past, the text in the row to read “Late” else “ On target”
Can anyone show me an example of this working.
Thanks
D
Solved! Go to Solution.
maybe you can try this
= Table.AddColumn(#"Changed Type", "Custom", each if List.MatchesAll(List.Skip(Record.ToList(_)),each _> #date( Date.Year(DateTimeZone.LocalNow()),Date.Month(DateTimeZone.LocalNow()),Date.Day(DateTimeZone.LocalNow()))) then "Late" else "on target")
pls see the attachment below
Proud to be a Super User!
maybe you can try this
= Table.AddColumn(#"Changed Type", "Custom", each if List.MatchesAll(List.Skip(Record.ToList(_)),each _> #date( Date.Year(DateTimeZone.LocalNow()),Date.Month(DateTimeZone.LocalNow()),Date.Day(DateTimeZone.LocalNow()))) then "Late" else "on target")
pls see the attachment below
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 87 | |
| 69 | |
| 38 | |
| 29 | |
| 26 |