Forum Discussion
Issue with Profiles Web Part in Modern SharePoint - Multiple Duplicate "Cards"
Hi Jona_Titus ,
As far as i know there is no limit on the "Profiles Webpart", but this behavior sounds like a performance issue in the webpart.
If you keep experiencing these issues you could think about replacing that webpart (I think, it was never meant to display so many profiles).
You could create a new list in your site containing these columns
| Type | Internal Name |
| Single line of text | JobTitle |
| Person | User |
| Picture | Picture |
| Hyperlink | |
| Hyperlink |
then create a new view and apply the template from this sample
https://github.com/pnp/list-formatting/tree/master/view-samples/profile-card
To do so, select "Format current view" from the bottom of the view selector
Click "Advanced Mode" and paste the contents from "profile-card.json" in the editor
Now, add a list view webpart to your page and configure it to use that view.
The webpart will now display all entries from your list, but render them as profile cards.
The list also makes the handling of a large number of persons much easier.
Best Regards,
Sven