Forum Discussion
jonnyA
Responsive Resident
5 years agoUsing Conditional Formatting to show 10% above and 10% below Group%
Using Conditional Formatting how could I highlight the "Provider %" which is 10% above the "Group %" Using Conditional Formatting how could I highlight the "Provider %" which is 10% below the "Gr...
jonnyA
Responsive Resident
5 years agoWhat exactly do you want me to show you?
aj1973
Community Champion
5 years agothe column Color 2 when you add it to the visual.
Can you share your file? in private if you want
- jonnyA5 years ago
Responsive Resident
I'm not sure what you mean? Color 2 is added to the visual.
- aj19735 years ago
Community Champion
what is the measure behind this column?
use one of these measure so I can see the outcome
- jonnyA5 years ago
Responsive Resident
Color 2 = IF ( [Provider %] > 1.1 * [Group Average (Ignore Degree)] , "Green" , IF ( [Provider %] < 1.1 * [Group Average (Ignore Degree)] , "Red"))Provider % = COUNT( 'Table_Charge_Dataset'[CPT_Code])Group Average (Ignore Degree) = IF (ISFILTERED (Table_Charge_Dataset[Provider_Degree]), CALCULATE([Group Average], REMOVEFILTERS(Table_Charge_Dataset[Provider_Degree])), [Group Average])