March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |