geewiz Knowledge Base

Formula for a progress bar in Notion

slice("●●●●●●●●●●", 0, round(prop("Completed")/prop("Goal") * 10)) + slice("○○○○○○○○○○", 0, round((1 - prop("Completed")/prop("Goal")) * 10)) + " " + if(prop("Completed") == 0, "0", format(round(prop("Completed")/prop("Goal") * 100))) + "%"

Stars → ★☆
Circles → ●○
Shades → ▓░

Formula for a progress bar in Notion
Interactive graph
On this page
Formula for a progress bar in Notion