Create a Bar Progress

Hello to everyone!

I want to add bar progress in a dataview table:

table without id
("![cover_url|100]("+ cover_url +")") As Portada,
("![progress + " + (round((pages_read/total_page)*100)) + " %]
(https://progress-bar.dev/" + (round((pages_read/total_page)*100)) + "/)") As
Progreso,
file.link As Título ,
author AS Autor,
category AS Categoría,
status AS Estatus
FROM "1BOOKS"

The result is incomplete:

What should I fix?