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 / Creating a budget temp...
Power Apps
Answered

Creating a budget template: How to create an edit form where each column is a month

(0) ShareShare
ReportReport
Posted on by 21

Dear community, 

 

I am stucked in something. I want to create a budget template for HR where the manager will be able to asign an FTE for each month and employee of a determinate section . The attachment may clarify my objective. 

 

The datasource is an Sql table where I have the fte, employee, section, etc. For showing the data I am using a gallery with text edit boxes,  in the grid I am filtering in each month column a LookUp Formula like this : LookUp( '[dbo].[factftemonthly]'; And(Month(fecha)=1;Year(fecha)=yearBudget);fte) but that's not a good solution since obviously,  I am still having a row for every month. 

 

I am thinking of alternative solutions but I think they are very bizarre and I am sure that there is a simpler way to do it.

 

I would really appreciate some help ,

 

thank you very much in advance

 

 

 
 
budget.PNG
Categories:
  • Verified answer
    Cristina_Mizar Profile Picture
    21 on at

    Solved,

     

    I am finally using two tables, T1 for the unique registers of the employees and T2 where i have the monthly FTEs related to each employee. 

     

    In the grid, I am connecting the form to T1 and the edit labels to T2 with a lookup: 

     

    LookUp( Search( T2; ThisItem.nombre ; "nombre" );Year(fecha)=yearBudget.Selected.Result && Month(fecha) = 1 && seccion=ThisItem.seccion && departamento=ThisItem.departamento && categoria=ThisItem.categoria && nombrecentro = ThisItem.nombrecentro ; fte )

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard