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 / Building a Collection ...
Power Apps
Unanswered

Building a Collection from multiple lines of data into a single row

(1) ShareShare
ReportReport
Posted on by 226 Moderator

My issue today is working with a set of data that has the following format.

 

ProjectIDweekNumberpercentTime
2024-REQ-0012810
2024-REQ-001295
2024-REQ-001302
2024-REQ-0012715

 

What I need to do is have a collection by ProjectID that has columns for weekNumber and the percentTime in that field.  So it would look something like this.  Yes, I realize I will be building a line for each of the weeks of the year unless there are other thoughts.

ProjectIDweek28week29week30week27
2024-REQ-001105215

 

This is the code I wrote and it is not the desired results

 

 

ClearCollect(
 colTimeTracker,
 ShowColumns(
 AddColumns(
 TimeTracker,
 pTitle, Title,
 week28, LookUp(pmoTimeTracker, Title = TimeTracker[@Title] And weekNumber = 28, percentTime),
 week29, LookUp(pmoTimeTracker, Title = TimeTracker[@Title] And weekNumber = 29, percentTime),
 ),
 pmoTitle, week28, week29
 )
);

 

Maybe I am approaching this all wrong!  Any help is appreciated.

Cheers

Categories:
I have the same question (0)

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
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard