Forum Discussion
Using Conditional Formatting to show 10% above and 10% below Group%
what is the measure behind this column?
use one of these measure so I can see the outcome
This is where I am at right now witht the color 2 measure you gave me.
- aj19735 years ago
Community Champion
Use this please and show me
Color 2 = IF ( [Provider %] > 0.01837 , "Green" , IF ( [Provider %] < 0.01837 , "Red"))
- jonnyA5 years ago
Responsive Resident
The data doesnt seem to like that formula ...
- aj19735 years ago
Community Champion
Something is not correct!!
Can you make a Sample of your file and share it with us?
- jonnyA5 years ago
Responsive Resident
Yes, give me a few minutes! Thank you
- jonnyA5 years ago
Responsive Resident
aj1973 ,
Hello!
Its been a little while since I lasted visited this report. i am still stuck on trying to get to work.
I think one of the problems I am having is that in your file your "Group %" has the E. My "Group %" is a calculated measure.
Group % = Sumx(Values('Test File_Charge_Dataset'[Provider_Degree]),'Test File_Charge_Dataset'[Group Average (Ignore Degree)]).Group Average (Ignore Degree) = IF (ISFILTERED (Test File_Charge_Dataset[Provider_Degree]), CALCULATE([Group Average], REMOVEFILTERS(Test File_Charge_Dataset[Provider_Degree])), [Group Average])In my matrix "Group %" is shown as "Percent of Grand Total" - jonnyA5 years ago
Responsive Resident
aj1973 ,
Sorry for the confusion. I am still trying to Highlight rows where the Provider % is 10% above or below the Group % I have a sample that you sent me last month, but I cannot attach it to the Power BI community. Could you provide me your email and I'll send you the test file?
- aj19735 years ago
Community Champion