Member-only story
Building simple Business Intelligence Project using Azure Synapse and Power BI
Spotify Data Analysis using Synapse and Power BI
In this article, I created a very simple end-end-end Business Intelligence (BI) project using Azure Synapse and Power BI. But, before that, what is BI? In short, BI is a process of collecting, storing, analyzing, and converting raw data into actionable insights which help organizations make better data-driven decisions.
This project was created using Azure Synapse analytics and used Spotify dataset. Azure Synpase is a unified platform which ingest, explore, prepare, transform, manage, and serve data for immediate BI and machine learning needs.
Below are the steps followed in this project (please refer to above),
- Extracted data from Spotify API through Azure Synapse notebook (powered by Apache Spark)
- Transformed the data again using Synapse notebook
- Loaded the data into Azure Data Lake from the Synapse notebook
- Analysed the data using Synapse notebook
- Connected the data into Power BI from…