The portfolio module is shown for portfolio format posts only. Yes, you need add more portfolio format posts. If you don’t have enough posts, you can use image format post, there is a link option in image format post(paste a portfolio post’s url, use different featured image for image post).
please edit the ../functions/pagebuilder/modules/portfolio.php, let it show image format post:
find the code(2 places)
'terms' => array('post-format-gallery'),
update to:
'terms' => array('post-format-gallery','post-format-image'),