cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

Time Sheets

How can I pull Information from a time sheet to populate data based on the client, service, and dates. It will need to capture the notes from the 1st through 30 (31st) of each month from spread sheet.

10 REPLIES 10
Robu1
Continued Contributor
Continued Contributor

Hi AlonzoB,

 

Certainly! Extracting data from a time sheet based on criteria like client, service, and dates can be done using various methods in Excel.

 

Here are a few approaches you could consider:

Advanced Filter:
In your spreadsheet, you can use the Advanced Filter feature to extract data based on specific criteria.
Here’s how:
Open the second spreadsheet where you want to populate the data.
Go to the Data tab in the ribbon.
Select Advanced from the Sort & Filter group of commands.
In the dialog box, choose Copy to another location.
Select the List range from the source sheet (your time sheet).
Specify the Criteria range with the conditions you want to apply (e.g., client, service, and date range).
Click OK to extract the relevant data to the new sheet1.


Power Query (Get & Transform):
If you’re using Excel 2016 or later, you can use Power Query (now called Get & Transform) to transform and load data.
Here’s how:
Go to the Data tab and click on Get Data.
Choose From File > From Workbook and select your time sheet.
In the Power Query Editor, filter the data based on your criteria (client, service, and date range).
Click Close & Load to load the filtered data into a new sheet.
PivotTable:
Create a PivotTable from your time sheet data.
Drag the relevant fields (client, service, and date) to the appropriate areas in the PivotTable.


Use filters to narrow down the data based on your criteria.
Remember to adjust the steps based on your specific spreadsheet layout and data structure. If you need further assistance or have additional questions, feel free to ask! 😊.

 


If this post helps, then Click on the Thumbs Up below and Accept it as the solution to help others.

Thanks,

Robu1.

Can this be populated to a .pdf invoice file

Yes, it is possible to populate this to a .PDF invoice file .

 

To populate the extracted data onto a PDF invoice file, you can follow these steps:

  1. Create an Excel Template:

    • First, create an Excel template that includes the necessary fields for your invoice (e.g., client name, service description, dates, notes, etc.). You can design this template to match your desired invoice layout.
    • Make sure the template has placeholders where the extracted data will be populated.
  2. Populate the Excel Template:

    • Use the methods mentioned earlier (Advanced Filter or Excel formulas) to extract the relevant data from your time sheet and populate the Excel template.
    • Ensure that the data is correctly placed in the appropriate cells within the template.
  3. Save the Excel File as PDF:

    • Once your Excel template is populated, save it as a PDF file.
    • In Excel, go to File > Save As and choose the PDF format.
    • This will create a PDF version of your invoice with the extracted data.
  4. Automate the Process (Optional):

    • If you want to automate this process, consider using VBA (Visual Basic for Applications) macros in Excel.
    • You can create a macro that runs the extraction, populates the template, and saves it as a PDF automatically whenever you update your time sheet.
  5. Review and Customize:

    • Before finalizing the PDF invoice, review it to ensure all data is accurate and properly formatted.
    • Customize the appearance of the PDF (e.g., add a company logo, adjust fonts, etc.).

Remember to adjust these steps based on your specific requirements and tools available to you. If you need further assistance or have additional questions, feel free to ask! 😊

I’m trying to strict data from a custom table within the environment every 30 days and send it back into the system to create an invoice. Can you assist with a solution for this 

Let’s explore a couple of solutions for extracting data from your custom table every 30 days and creating invoices:

  1. Power Automate (Flow) Solution:

    • Scheduled Flow:
      • Create a scheduled Power Automate (formerly Flow) flow that runs every 30 days.
      • Set the trigger to be a recurring schedule (e.g., every 30 days).
      • Within the flow:
        • Connect to your custom table (e.g., SharePoint list, SQL database, or other data source).
        • Use appropriate actions (such as “Get items” or “List rows present in a table”) to retrieve the relevant data.
        • Format the extracted data as needed for your invoice (e.g., combine fields, calculate totals).
        • Create a new invoice record in your target system (e.g., another SharePoint list, accounting software, or database).
        • Populate the invoice record with the extracted data.
      • Test the flow to ensure it runs successfully on the specified schedule.
  2. AI Builder Solution (For Invoice Data Extraction):

    • If your custom table contains invoices with structured data (e.g., invoice numbers, dates, amounts), consider using AI Builder to extract relevant information.
    • Here’s a high-level overview:
      • Train an AI Builder model to recognize key fields in your invoices (e.g., invoice number, date, total amount).
      • Set up a flow triggered by new items in your custom table.
      • Use the AI Builder prediction action to extract invoice details (e.g., invoice number, date, total) from the custom table.
      • Create a new invoice record in your target system and populate it with the extracted details.
      • This approach automates the extraction process and ensures accuracy.

Remember to adapt these solutions to your specific environment, data sources, and target systems. If you need further guidance or have additional questions, feel free to ask! 😊


I’ve provided two potential solutions—one using Power Automate (Flow) and another leveraging AI Builder for invoice data extraction. Feel free to explore these options, and let me know if you need further assistance! 🌟

Can you have a look at what I have set up and let me know what is missing or needs fixed

I need the extracted table data to export a custom data in the environment, can you send an example that I can follow or suggest the changes that need to be made.

Thanks, you are appreciated

Hi @AlonzoB ,

 

Based on the screenshot you provided, here’s an analysis of your workflow automation setup:

  1. Recurrence Settings:

    • You’ve configured the recurrence interval to run every week on Mondays at 9:00 AM Central Time.
    • Ensure that this schedule aligns with your intended frequency.
  2. Data Extraction:

    • You’re retrieving tables from a specific location (Group - OPUS Project) and document library (Opus/Sample Timesheet.xlsx).
    • Confirm that the file path and document library are accurate.
  3. List Rows Action:

    • You’re listing rows present in the specified table.
    • Verify that the table name and other parameters are correctly set.
  4. Apply to Each:

    • This section likely contains additional actions to perform on each row from the previous step.
    • Ensure that the actions within this loop are relevant and correctly configured.
  5. Create CSV Table:

    • You’re creating a CSV table with columns named ‘Frequency’ and ‘Name.’
    • Confirm that the output format meets your requirements.

To identify any missing or incorrect elements, review each step thoroughly and test the workflow to ensure it behaves as expected. If you encounter any issues, adjust the settings accordingly. 

Robu1
Continued Contributor
Continued Contributor

Thank you for your kind words! I’m here to help. 😊

 

To export the extracted table data and create custom data in your environment, follow these steps based on your existing workflow:

  1. Data Extraction:

    • Ensure that the “Get tables” action retrieves the correct table from your specified location (Group - OPUS Project) and document library (Opus/Sample Timesheet.xlsx).
  2. List Rows Action:

    • Confirm that the “List rows present in a table” step correctly lists the rows from the table you extracted.
    • If you need to filter specific rows, add relevant conditions (e.g., filter by date, name, or other criteria).
  3. Custom Data Transformation:

    • Within the “Apply to each” loop, perform any necessary custom data transformations.
    • You can use expressions, conditions, or additional actions to modify the extracted data.
  4. Export Data:

    • After processing each row, decide how you want to export the data.
    • Options include creating new records in another table, updating existing records, or generating files (e.g., CSV, Excel).
  5. Create CSV Table (if applicable):

    • If you’re creating a CSV table, ensure that the output columns match your custom data requirements.
    • Adjust the column names and values accordingly.

Remember to test your workflow thoroughly to verify that it produces the desired results. If you encounter any issues or need further assistance, feel free to ask! 🚀🔍

 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,507)