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 / Reformatting Table visual
Power Apps
Answered

Reformatting Table visual

(0) ShareShare
ReportReport
Posted on by 26
Hi all,
 
I created a table using the Screen : Table and Form (Preview)
 
My table looks like this and shows applications
 
I'd like to get the RAG rating to ideally replace the Avatar so that each field is clearly Red, Amber, or Green, and ideally drop that bottom section with the page selection.
 
When I try to add images or icons it won't let me place them within the table, and I can't seem to configure ShowAvatar to do anything beyond "Yes". 
 
Any help would be appreciated.

I've included the code view of the table below
 
- Table2:
    Control: Table@1.0.278
    Properties:
      AlignInContainer: =AlignInContainer.Start
      BasePaletteColor: =RGBA(5, 102, 178, 1)
      EnableRangeSelection: ='PowerAppsOneGrid.EnableRangeSelection'.Disable
      EnableSorting: ='PowerAppsOneGrid.EnableSorting'.Disable
      FillPortions: =1
      Items: |-
        =Filter(
            AppOwners,
            Name = Dropdown2.Selected.Value,
            Lower('IT Owner Email') = Lower((User().Email))
        )
      OnSelect: |-
        =Set(varTempItem, Table2.Selected);
        UpdateContext(
            {
                isItemSelected: true,
                newMode: false,
                CurrentItem: varTempItem
            }
        );
      ReflowBehavior: ='PowerAppsOneGrid.ReflowBehavior'.ListOnly
    Children:
      - Attribute2:
          Control: TableDataField@1.5.0
          Variant: textualColumn
          IsLocked: true
          Properties:
            FieldDisplayName: ="Attribute"
            FieldName: ="Attribute"
            FieldType: ="s"
            Order: =1
      - Completeness2:
          Control: TableDataField@1.5.0
          Variant: textualColumn
          IsLocked: true
          Properties:
            FieldDisplayName: ="Completeness"
            FieldName: ="Completeness"
            FieldType: ="s"
            Order: =3
      - Original Value2:
          Control: TableDataField@1.5.0
          Variant: textualColumn
          IsLocked: true
          Properties:
            FieldDisplayName: ="Original Value"
            FieldName: ="Original Value"
            FieldType: ="s"
            Order: =2
      - Revised Value2:
          Control: TableDataField@1.5.0
          Variant: textualColumn
          IsLocked: true
          Properties:
            FieldDisplayName: ="Revised Value"
            FieldName: ="Revised Value"
            FieldType: ="s"
            Order: =4
Categories:
I have the same question (0)
  • Verified answer
    Michael E. Gernaey Profile Picture
    53,978 Moderator on at
     
    The control itself is just not that flexible. You cannot get rid of the Page at the bottom. You could (uggg can't believe I am saying this). place a control over top that has the same color as the Table and essentially block it, making sure they are grouped and the control is in front. Terrible way to bake a cookie but what can you do.
     
    As for the avatar. You would need to turn it off. There is also no way to do exactly what you are asking for, at least not an easy fun way.
     
    In the end the answer is, either create your own simple Canvas App Control (notice I didn't say PCF), or use a Gallery. The table one is terrible for this (IMHO)
     

    If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.

    Thank you!
    Sincerely, Michael Gernaey

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,055

#2
Valantis Profile Picture

Valantis 666

#2
11manish Profile Picture

11manish 666

Last 30 days Overall leaderboard