Generate custom progress bar formula for your Notion databases and make your Notion dashboard look great.
See the progress bar preview:
■■■■☐☐☐☐☐☐ 40%
if(not empty(prop("Achieved")) and not empty(prop("Target")), slice("■■■■■■■■■", 0, floor(10 * prop("Achieved") / prop("Target"))) + slice("☐☐☐☐☐☐☐☐☐☐", 0, 10 - floor(10 * prop("Achieved") / prop("Target"))) + " " + format(floor(100 * prop("Achieved") / prop("Target"))) + "%", "")
Just copy your favorite progress bar element from below, paste in relevant fields, and copy the generated formula that you can use directly in Notion. Copy different combinations from below:
If you want, here's a sample Notion database that you can duplicate to your Notion account.