Applying conditional formatting if above user controlled value

NateSC

Board Regular
Joined
Jul 28, 2022
Messages
162
Office Version
  1. 365
Platform
  1. Windows
I'm new to Power BI so explain this like I am 5 years old please.

I have a table of data and I would like to use conditional formatting (or some other technique) to highlight values that exceed a certain limit. The trick is that I would like to be able to let the user define that limit. Can I do this through a Value Parameter? I have tried and cannot get it to successfully work.

The table is a sum per day of units scheduled in the system. The parameter would be a max allowed per day. So if the cell in the table exceeded the desired max, it would highlight.

There may be a different approach altogether and I am open to that.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
You can specify a changable limit for a conditional formatting rule by using a cell to hold the limit setting.

Book4
ABCDE
1DateValuesCaution limitDanger limit
211-Feb-241510
312-Feb-244
413-Feb-246
514-Feb-248
615-Feb-2411
716-Feb-2415
817-Feb-2420
918-Feb-249
1019-Feb-248
1120-Feb-245
1221-Feb-240
Sheet1
Cell Formulas
RangeFormula
A3:A12A3=A2+1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:B12Cell Value>$E$2textNO
B2:B12Cell Value>$D$2textNO
 
Upvote 0
rlv01,
Thanks for the reply. I should have specified better in the title that this is in Power BI.
 
Upvote 0

Forum statistics

Threads
1,215,084
Messages
6,123,024
Members
449,092
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top