Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello!
i am trying to change the font color of values in a table based on a condition.
I have a table that has a column named 'SubmitDate'
I have created a calculated column using the following
I also tried to create a measure that simulates the logic, for example
MeasureName = IF([YourColumnName] > 5, 1, 0)
if value is 1 then color is red.
I cannot seem to be able to select the column.
Any help will be appreciated.
Solved! Go to Solution.
Hi @mariaLP1610
Instead of Count of Days Since Submission, try Max. Also in the second part of the criteria, you need to add a number larger than 5 and not < 0 as in your screenshot
Thanks
Joe
Hi @mariaLP1610
Instead of Count of Days Since Submission, try Max. Also in the second part of the criteria, you need to add a number larger than 5 and not < 0 as in your screenshot
Thanks
Joe
Thanks for this information
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 57 | |
| 48 | |
| 35 | |
| 34 | |
| 21 |
| User | Count |
|---|---|
| 143 | |
| 122 | |
| 100 | |
| 80 | |
| 57 |