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 nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have a table column with the due date in it. I have another column that has a calculated value of "Past Due" or "Due". The due date column has the conditial format set so that if the due indicator is past due, show red, if the due indicator is Due show blue. But it's not working. See below; both records are past due but the due date column is not red for one of them.
Solved! Go to Solution.
@tharunkumarRTK & @lbendlin
I don't know what happen but when I refreshed my data today the colors started working correctly.
Hi @FAW71
For all the non-summarized dimensions added to the table visual, there could be more than one vaues of Due Indicator in each row. Have you checked whether both Due and Due Indicator columns are using the same summarizaton?
Hi @FAW71,
Thank you for the update. We're glad to hear that the colors are now working correctly.
If you have any more questions in the future, please feel free to create a new post. We're always happy to help.
Thank you.
@tharunkumarRTK & @lbendlin
I don't know what happen but when I refreshed my data today the colors started working correctly.
Here is my past due logic
Due Indicator =
IF(
'Action Items'[Due].[Date] < TODAY() &&
'Action Items'[Status] <> "Completed" &&
'Action Items'[Status] <> "Approved",
"Past Due",
"Due"
)
Is there any aggregation applied on "Due Indicator" column after placing it into the table visual? if yes it is "First" or "Last"? if it is last then you need to consider keeping the same type of aggregation in your conditional formatting logic as well. At present from the screenshot that you shared, it seems you applied "First" as aggregation.
Connect on LinkedIn
Read my blogs here: TechieTips
|
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 20 | |
| 19 |