Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

[Model Driven App] - View to check If user is 100% allocated to a project

(0) ShareShare
ReportReport
Posted on by 38

Hi,

 

I have a table with the following structure,

 

Name    |  Project     |  January

Silvia     |  Project 1  |   0.3

Silvia     |  Project 2  |   0.7

Silvia     |  Project 2  |   0.3

Ruben   |  Project 2  |  1

 

Is it possible to create a view in model driven apps where I can get the users that the sum for each month in the project is not equal to 1?

In this situation the output should be, Silvia in Project 1.

Thank you,
Ruben

  • Linn Zaw Win Profile Picture
    2,982 on at
    Re: [Model Driven App] - View to check If user is 100% allocated to a project

    In addition to @MarioRing's answer, you may use a custom PCF grid control to show the SUM of the column. But still, you cannot group by the user + month, so you will have to filter.

    https://pcf.gallery/aggregate-grid/

     

    Another option is to add a custom page to your model-driven app on which you can show the data table of the collection after Group By And Find The SUM using Power Fx.

     

     

  • Verified answer
    MarioRing Profile Picture
    541 Super User 2024 Season 1 on at
    Re: [Model Driven App] - View to check If user is 100% allocated to a project

    Hi,

     

    To achieve your goal your table should look like this:

    NameProjectMonthSum of Allocation
    SilviaProject 1January0.3
    SilviaProject 2January1
    RubenProject 2January

    1

     

    And then of course add a filter (Sum of Allocation != 1).

    Unfortunately, this combination of aggregation and filtering is not available for the views.

    However, you can create a table of that structure and write an automation that generates calculated insights of your data. 

     

    I recommend you to adjust your table data structure by adding the column "Month" instead of "January" (then "February" and so on...), like:

    NameProjectMonthAllocation
    SilviaProject 1JAN0.3
    SilviaProject 2JAN0.7
    SilviaProject 2JAN0.3
    RubenProject 2JAN1

     

    Then you can use the Excel template or Power Bi report to generate Pivot Table that aggregates your data. You can also add a conditional highlight:

    MarioRing_0-1693504399738.png

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
mmbr1606 Profile Picture

mmbr1606 15 Super User 2025 Season 1

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics