Quick summary
A Notion progress bar is built by adding Number columns for current and target values, then using a Formula column to calculate the percentage and displaying it as a Bar. This step-by-step walkthrough shows exactly how to configure each database property so your progress updates automatically.
Steps
- Create or insert a table in your Notion workspace to serve as the base database.
- Select your database to open it and prepare it for new columns.
- Click the (+) icon to add a new column to the database.
- Select the column type as Number.
- Name and configure the Number column to store the current value for your progress bar.
- Repeat the same steps to add a second Number column for the target value of your progress bar.
- Create an additional column that will hold the calculated progress percentage.
- Set the new column type to Formula.
- Click Edit to open the formula editor for that column.
- Enter the formula that calculates the percentage by dividing the current value by the target value.
- Click Done to save and apply the formula.
- Under Show as, select Bar to display the percentage as a visual progress bar.
- Your progress bar is now live, automatically reflecting your current value against your target value.
.gif)






