In this article I am going to perform a data engineering project in Power BI on Olympic Data.
Get data
Download data from this kaggle [Link]
Transformations
first row as headers
rename columns
Load data
Visualization in Power BI
mark country column
Measure in athletes table:
Total Athletes = COUNTROWS(athletes)
Total athletes by country:
Conclusion
Learning Objectives,
Ingest data
Medallion architecture
Transformations in Power Query
Measures
Visualization in Power Query