Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a column with estimated runout date and column with next order date I want to make the background of that cell red for estimated runout date if estimated runout date comes before next order date.
Hi @cingram11 ,
I hope the information provided is helpful.I wanted to check whether you were able to resolve the issue with the provided solutions.Please let us know if you need any further help.
Thank you.
Hi @cingram11 ,
May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.
Thank you.
Hi @cingram11 ,
I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.
Thank you.
Hi @cingram11 ,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @KNP @burakkaragoz for the prompt response.
I have created a PBIX file using sample data to replicate the scenario.Please go through the attached PBIX file for your reference.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly.
Thank you.
Hi @cingram11 ,
You can totally do that with conditional formatting in Power BI. Here’s how:
RunoutColor = IF( 'YourTable'[EstimatedRunoutDate] < 'YourTable'[NextOrderDate], "#FFCCCC", // light red BLANK() )
This will highlight only the rows where the runout date is earlier than the next order.
Let me know if you're using a matrix or need to apply this logic differently.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Translation and formatting supported by AI
I appreciate your quick response! I am using a matrix for this. Would this need to be applied differently?
@cingram11 - You're not giving us a lot to work with here. A screenshot, some data to work with would be helpful.
Take some time to understand the below screenshot. I've tried to colour code it so I can explain it easier.
This answer was not generated from AI because I know what I'm doing. 🤣
Have I solved your problem? Please click Accept as Solution so I don't keep coming back to this post, oh yeah, others may find it useful also ;). |
If you found this post helpful, please give Kudos. It gives me a sense of instant gratification and, if you give me Kudos enough times, magical unicorns will appear on your screen. If you find my signature vaguely amusing, please give Kudos. | Proud to be a Super User! |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
28 | |
26 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |