diff --git a/readme.md b/readme.md
index 15853d3c8..3e6857d6d 100644
--- a/readme.md
+++ b/readme.md
@@ -47,6 +47,7 @@ Here is the list of available roadmaps with more being actively worked upon.
- [Linux Roadmap](https://roadmap.sh/linux)
- [Terraform Roadmap](https://roadmap.sh/terraform)
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
+- [BI Analyst Roadmap](https://roadmap.sh/bi-analyst)
- [Data Engineer Roadmap](https://roadmap.sh/data-engineer)
- [Machine Learning Roadmap](https://roadmap.sh/machine-learning)
- [MLOps Roadmap](https://roadmap.sh/mlops)
diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx
index 44bae6f41..5e487a067 100644
--- a/src/components/Roadmaps/RoadmapsPage.tsx
+++ b/src/components/Roadmaps/RoadmapsPage.tsx
@@ -408,6 +408,11 @@ const groups: GroupType[] = [
link: '/data-analyst',
type: 'role',
},
+ {
+ title: 'BI Analyst',
+ link: '/bi-analyst',
+ type: 'role',
+ },
{
title: 'Data Engineer',
link: '/data-engineer',
diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro
index 190da7b54..9cd7e080d 100644
--- a/src/pages/get-started.astro
+++ b/src/pages/get-started.astro
@@ -391,6 +391,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
description='Learn all you need to know to become a Data Analyst.'
/>
+
+