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 / display categories and...
Power Apps
Unanswered

display categories and items in comes under respective categories

(0) ShareShare
ReportReport
Posted on by 141

Need Help How I can show my data like this :
Basically I have two columns category and skill, I just want to show my skill with its category

goel_gagandeep_0-1685692570281.png

 

Categories:
I have the same question (0)
  • NZ0090 Profile Picture
    317 on at

    @goel_gagandeep 

    What I'd probably do is:

    Step 1: Create a nested gallery

    Step 2: Group your Category by using GroupBy

     

    GroupBy(TableName, "Category", "Records")

     

    Step 3: Use the code in Step 2 on the Item of the parent gallery

    Step 4: Inside the child gallery, add the code below

     

    Filter(TableName, Category=ThisItem.Category)

     

    Step 5: Add text label on both parent and child gallery.

    - On parent gallery: ThisItem.Category

    - On child gallery: ThisItem.Skills

  • goel_gagandeep Profile Picture
    141 on at

    Thanks @NZ0090 for the help but I don't want the scroller in the child gallery, I just want it can adjust automatically its height according to the Skill list. If you have solution for this please let me know.

    goel_gagandeep_0-1685947487325.png

     

  • NZ0090 Profile Picture
    317 on at

    @goel_gagandeep

     You can use blank flexible height gallery for the parent and vertical gallery for the child.

     

    Tutorial video: https://www.youtube.com/watch?v=25_bdexevGk.

     

    There's a limitation though. This method will only work if you have fixed height for your Skills text label. If you need your Skills text label height to change dynamically, it won't be able to calculate the gallery height needed to get rid of the scroller.

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard