web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Different Card Fill Co...
Power Apps
Answered

Different Card Fill Colors reflecting cell color

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello fellow PowerUsers,

 

I'm new to using PowerApps and I think the potential use for it in my workplace is great. I think it can really streamline some processes. I do not have much coding experience and am learning little by little how this useful little platform works.

 

For my data, I'm using an excel sheet where I color coded three different columns to represent the status of three different stages of the data cycle. 

 

My question is, is there any way to reflect on the card the color (so the status) of one of those cycle columns?

 

 

table screenshot.PNG
Categories:
I have the same question (0)
  • Verified answer
    v-micsh-msft Profile Picture
    Microsoft Employee on at

     

    Yes, that could be done.

     

    We could change the Fill property of the corresponding DataCard when Viewing the record details under Display form control.

    With an If () function to check the value of the corresponding field, then define the related color.

    For example:

    1. Select the DataCard, then configure the fill property with the code below:

     

    If(IsBlank(ThisItem.Business_x0020_Stream),Color.White,Color.LightGreen)

    2. Select any other controls added within the DataCard, change the corresponding Fill property from:

    RGBA(255, 255, 255, 1)

     

    To

    RGBA(255, 255, 255, 0)

     

    61.PNG

     

    Doing the steps above should be able to control the color based on the actual data.

     

    Regards,

    Michael

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Michael,

     

    I did end up using a ISBLANK() function, I figured that was the easiest way to check since there's no way to track actual fill color. 

     

    It ended up looking very nice but when sorting according to that column, the ones that are in red, essentially blank, don't get included in sorting and get sent to the bottom, which is the opposite of where I want them to be. If I reverse the sorting, it only reverses the ones with data in them, the green ones at the top. 

     

    Any suggestions?

    sorting screenshot.PNG

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard