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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Redopel
Frequent Visitor

Row Background - Conditional formatting color

hello:

How can I conditional format the color in this table( in 'Descargado' column) , when  the values in the ‘Descargado’ column are NO, and the values in the ‘Facturado’ column are YES.

 

Redopel_1-1712180038574.png

 

1 ACCEPTED SOLUTION
_AAndrade
Super User
Super User

Hi @Redopel,

You can do this using conditional format.

For that use this formula:

Color Descargado = 
IF(
    SELECTEDVALUE('T_CondFormat (2)'[Descargado]) = "NO" && SELECTEDVALUE('T_CondFormat (2)'[Facturado]) = "SI",
    "RED"
)


And after go to Format --> Cell elements --> Choose Column Descargado and set the Color Descargado measure as a Background Color.

Like this:

_AAndrade_0-1712181672459.png

 

_AAndrade_1-1712181684819.png

 







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

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Redopel
Frequent Visitor

Very grateful, it’s what I needed

Great! If this post has solved your problem, accept my post as a solution and give it a kudo, I'll be very grateful





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

Proud to be a Super User!




_AAndrade
Super User
Super User

Hi @Redopel,

You can do this using conditional format.

For that use this formula:

Color Descargado = 
IF(
    SELECTEDVALUE('T_CondFormat (2)'[Descargado]) = "NO" && SELECTEDVALUE('T_CondFormat (2)'[Facturado]) = "SI",
    "RED"
)


And after go to Format --> Cell elements --> Choose Column Descargado and set the Color Descargado measure as a Background Color.

Like this:

_AAndrade_0-1712181672459.png

 

_AAndrade_1-1712181684819.png

 







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

Proud to be a Super User!




Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.