Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
EB09
Frequent Visitor

Conditional Formatting

Hi all, 

 

I'm trying to create a visual which uses conditional formatting, the problem is that it isn't reacting the way I want it to. This is what I have done:

EB09_0-1708096546472.png

Yet when I do it there are bars on my visual at 87% for example that are coming out green. 

 

I am doing it from here:

EB09_0-1708096678160.png

 

 

Am I doing something wrong? Is anybody able to tell me a better way?

 

Thanks!

5 REPLIES 5
_AAndrade
Super User
Super User

Chage percent to number at your conditional formulas.
For example: 0 ; Number ; 0.80 Number.





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




I tried this, stillthe same problem

Can you share your pbix?

 





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




Gayatri_D05
Resolver II
Resolver II

Hi @EB09 ,
The formatting looks good.
Can you share your measure salary completion % ?
Maybe the calculated value datatype seems to be causing an issue.

If your requirement is solved, please make THIS ANSWER as SOLUTION and help other users find the solution quickly. Please hit the LIKE button if this comment helps you. 😊 

Hi,

 

Yeah I'm not sure why it's not working!

 

Measure:

Salary Completion Percentage =
DIVIDE(
    CALCULATE(
        COUNTROWS('New Data Integrity'),
        'New Data Integrity'[Salary KPI] = "Salary Complete"
    ),
    COUNTROWS('New Data Integrity'),
    0
)

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.