Three views of the same platform: the data-flow architecture (run the pipeline to watch data move from sources through Snowflake to Power BI), a Power BI-style report whose slicers actually recompute the visuals from a linked model, and the star-schema data model showing how every dataset connects. Demo data, generated in your browser.
Trigger a scheduled run to watch data flow from each source, land in Snowflake, transform through the medallion layers, and refresh the Power BI model.
| Product | Revenue | Margin |
|---|
Slicers filter the fact table through its dimension relationships — every visual recomputes from the same model, exactly as in a real Power BI report.
This is the shape Power BI consumes: a central fact table joined to conformed dimensions on surrogate keys. Slicers on any dimension (Year, Region) filter the fact through these relationships — which is what makes the report on the previous tab fully linked.