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 / Combine multiple rows ...
Power Apps
Unanswered

Combine multiple rows in Gallery list into a row with the same item name and date

(0) ShareShare
ReportReport
Posted on by

Hi,

 

Could you please help me combine multiple rows in Gallery list into a row with the same item name and date.

 

Two rows:

 

NOV 30 | D 002 | 12:00 PM to 1:15 PM

and

NOV 30 | D 002 | 1:15 PM to 1:45 PM 

 

should be

NOV 30 | D 002 | 12:00 PM to 1:45 PM

 

kinghnvn_0-1638246046281.png


Below is my code.

 

SortByColumns(
Filter(
'Desk Reservations',
'Reserved By'.Email = currentUser.Email && 'Check Out From Number' >= Value(
Text(
Now(),
"yyyymmddhhmm"
)
)
),
"CheckOutFromNumber",
Ascending
)

 

kinghnvn_0-1638198625277.png

 

Upper(Text(DateTimeValue(ThisItem.'Check Out From Text'),"[$-en-US]mmm"))

kinghnvn_0-1638181847260.png

Upper(Text(DateTimeValue(ThisItem.'Check Out To Text'),"[$-en-US]mmm"))

kinghnvn_1-1638181905329.png

Upper(Text(DateTimeValue(ThisItem.'Check Out From Text'),"[$-en-US]dd"))

kinghnvn_2-1638181967894.png

Upper(Text(DateTimeValue(ThisItem.'Check Out To Text'),"[$-en-US]dd"))

kinghnvn_3-1638182028521.png

Text(DateTimeValue(ThisItem.'Check Out From Text'), DateTimeFormat.ShortTime) & " to " & Text(DateTimeValue(ThisItem.'Check Out To Text'), DateTimeFormat.ShortTime)

kinghnvn_4-1638182104540.png

ThisItem.'Desk Text'

kinghnvn_5-1638182316559.png

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,540 Most Valuable Professional on at

    @kinghnvn ,

    Please do not start another post with the same information I am happy to help (as is anyone else) - just answer the questions I asked.

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 545 Most Valuable Professional

#2
Haque Profile Picture

Haque 314

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard