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 / Weekly Timesheet Power...
Power Apps
Suggested Answer

Weekly Timesheet Power Apps Template Consolidated View

(0) ShareShare
ReportReport
Posted on by
Hello
 
We were looking at project ime hrs for our team snd found useful solutions here build as power apps template - https://community.powerplatform.com/galleries/gallery-posts/?postid=2c22f7a1-01d6-4e2e-a806-39207ebddbe2.
 
During demo video could get information about demo & installation, However would like to understand about overall time consilidation view e.g. Hrs per project, Hrs per reource or Hrs per activity type, where those can be avaialble for view? 

Please advise
Categories:
I have the same question (0)
  • Suggested answer
    Sam_Fawzi Profile Picture
    902 Super User 2026 Season 1 on at
     
    The template is entry-only — no consolidated view ships with it out of the box. You'll need to add a reporting screen to the app itself.
    Add a Reporting Screen in the Canvas App
    Insert a new screen with a gallery or table control and use GroupBy + AddColumns to summarize the SharePoint data:
     
    Hours by Project:
    AddColumns(
        GroupBy(TimeEntries, "Project", "Entries"),
        "TotalHours", Sum(Entries, Hours)
    )
    Hours by Resource:   
    AddColumns(
        GroupBy(TimeEntries, "Person", "Entries"),
        "TotalHours", Sum(Entries, Hours)
    )
    Hours by Activity Type:
    AddColumns(
        GroupBy(TimeEntries, "ActivityType", "Entries"),
        "TotalHours", Sum(Entries, Hours)
    )
    Drop each of these into a gallery's Items property with two labels per row — one for the group name, one for ThisItem.TotalHours. Add a date range filter on top using DatePicker controls and wrapping with Filter(TimeEntries, Date >= StartDate && Date <= EndDate, ...) before the GroupBy.
     
    Adjust the above to best fit your needs / data. 

    Power BI is another option if your team already has the licenses, but the above keeps everything inside the app at no extra cost.

    Hope that helps!

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