To make a round-shaped profile image in Power Apps, you can follow these steps by adjusting the Height, Width, and BorderRadius properties of the image control.
By setting these properties appropriately, you can create a circular appearance of profile image.
Steps to Make an Image Round
- Ensure that the Image control has equal Height and Width to maintain the aspect ratio of a circle.
- Height: Set this to a desired value.
- Width: Set this to the same value as the height.
- Â The BorderRadius property determines how round the corners of the image are. To make the image completely round, set the BorderRadius to a value either equal to of the height (or width).
Let’s add an Image control and follow above steps.

Now, go to the image’s properties and set the Height, Width, and BorderRadius to the same value. Here we have set the values to 93.
You can see the image transform into a round shape.

Also Read..
Create a variables in Power Apps
Email validation in Power Apps
Creating a cascading dropdown lists in Power Apps
Reset multiple control values and all the controls within a form
Submit multiple records to a data source
![]()
