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 / Transpose rows to columns
Power Apps
Answered

Transpose rows to columns

(0) ShareShare
ReportReport
Posted on by 285

Hello,

 

Below is a sample data where rating has been provided by Auditor against an Account.

Sam70_0-1688128833418.png

I need the same data inside a gallery but in a different format.

 

Sam70_1-1688128996273.png

Rating1 to Rating4 (4 columns are fixed). Need formula to generate the above.

 

Regards

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @Sam70 ,

     

    This can be done using a vertical gallery and a nested horizontal gallery:

     

    First insert a blank vertical gallery and set the Items property to:

    GroupBy(
     'List A',
     "Account, "Auditor","Audit_x0020_Month",
     "GroupedItems"
    )

    Then insert three labels inside the gallery with their respective Text properties set to 

    ThisItem.Auditor
    ThisItem.Account
    ThisItem.'Audit Month'

     

    Then add a blank horizontal gallery inside the vertical gallery and set its' Items property to:

    ThisItem.GroupedItems

     

    Finally insert a label inside the horizontal gallery and set its' Text property to:

    ThisItem.Rating

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard