Hi - To create a resource grid, you will make a User Report. Apply the filters for the users you'd like (i.e. Team IDs equal [Team Name] or Role ID equals [Role Name]). You will then go into the Report Settings you will select that you want it to be a resource grid. (Please note: Resource grids only show projects in Current so if you want other statuses included, you will need to use the User Utilization Report in People and Legacy Resource Planning) And just to clarify, with the prompts, you will not get groupings but individal users. It isn't possible as it is a many-to-one ratio and a project is only listed once in a project report. If you take the single user approach (Project Users ID), it shows you the projects for that one person. If you take the multiple approach (Project Users Team or Group), you will want to add the column Project Users to the report as well. If you only want to see people from a specifc team or role, we can also do in text mode a collection with an IF statement. Example I Did For A Team displayname=FCB Health UX Team listdelimiter= listmethod=nested(projectUsers).lists textmode=true type=iterate valueexpression=IF({user}.{homeTeamID}="5419d5a60014fdd2317825d709fc4b52",IF({user}.{isActive}="true",CONCAT({user}.{name}," | "))) valueformat=HTML Anthony Imgrund FCB