Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Jolly Monday,
I need to color code by the requested ship date. For example, if it is within next 5 days color code it yellow and if it is within 6-10 days, color it green. I am trying to do this with conditional formatting but am getting very lost. Could someone help with how I can accomplish this?
Thanks so much!! 🙂
Solved! Go to Solution.
You can achieve it with 2 steps :
1. Create a dax for your condition, for example:
Result :
You can achieve it with 2 steps :
1. Create a dax for your condition, for example:
Result :
| User | Count |
|---|---|
| 22 | |
| 18 | |
| 17 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 55 | |
| 47 | |
| 42 | |
| 37 |