An open API service indexing awesome lists of open source software.

https://github.com/clarelgibson/make-me-a-star

A collection of projects to transform raw or flat data into a "star schema" model for use in BI tools (primarily Power BI).
https://github.com/clarelgibson/make-me-a-star

Last synced: 3 months ago
JSON representation

A collection of projects to transform raw or flat data into a "star schema" model for use in BI tools (primarily Power BI).

Awesome Lists containing this project

README

        

# Make Me A Star
A collection of projects to transform raw or flat data into a "star schema" model for use in BI tools (primarily Power BI).

The [star schema](https://en.wikipedia.org/wiki/Star_schema) is considered [best practice](https://docs.microsoft.com/en-us/power-bi/guidance/star-schema) for developing business intelligence (BI) data models and data warehouses that are optimized for performance and usability. It is the system of modeling that is most recommended for use in the BI tool [Power BI](https://powerbi.microsoft.com/en-gb/).

In this repository I aim to showcase various examples of creating a star schema from raw data. While the primary target of these models is for use in Power BI, and while it is perfectly possible to build a star schema using Power BI infrastructure ([Power Query](https://powerquery.microsoft.com/en-us/) and [DAX](https://support.microsoft.com/en-gb/office/quickstart-learn-dax-basics-in-30-minutes-51744643-c2a5-436a-bdf6-c895762bec1a)), for the purposes of my repository I intend to create the required tables using R so that the steps taken to reach the star model can be easily documented.

## [US Manufacturers](/us-manufacturers)
This example is taken from the [Datacamp](https://app.datacamp.com/learn) course on [Data Modeling in Power BI](https://app.datacamp.com/learn/courses/data-modeling-in-power-bi). The dataset comes from the [United States Census Bureau](https://www.census.gov/) and looks at the [Annual Survey of Mannufactures](https://www.census.gov/programs-surveys/asm.html) for [2019 and 2018](https://data.census.gov/cedsci/table?q=AM1831BASIC&tid=ASMAREA2017.AM1831BASIC01&hidePreview=true).