Today's task is to use API to download Characters, episodes, quotes, and deaths from every episode of Breaking Bad and Better Call Saul. Then build a dashboard about it.
First I used Alteryx to download all information from API.
![](https://www.thedataschool.co.uk/content/images/2022/09/image-486.png)
I initially wanted to join all data together, but I found out there are not common fields, so I used separate datasets into one dashboard.
After I explored those data, I chose characters will be my main focus. So I made the sketch as below:
![](https://www.thedataschool.co.uk/content/images/2022/09/image-487.png)
My final dashboard looks like as follow:
![](https://www.thedataschool.co.uk/content/images/2022/09/image-488.png)
The work I need to improve are:
Try to work out how to show image on the dashboard regarding characters.
Practice more Alteryx to refresh what I have learned before, so I could save more time creating dashboard.