The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have a Matric report as below
I want the values to be in RED if the Period is greater than the Sell by date.
For ex. in the screenshot below. The first row has 03/31/23 as the sell by date. So all values after that date should be in RED color.
Also I want the row for the Forecast Release to be in Green Background.
Example below
Any help is appreciated
Sridhar
Solved! Go to Solution.
This worked. I added a column to my view called CELL_COLOR. Using a CASE statement, I populated the values as RED if the PERIOD > SELL_BY DATE. Then I used this column in the Conditional Formatting and set the background FONT to RED if the CELL_COLOR is RED.