Files
Powerbidashboard/docs/data-structure.md

14 lines
352 B
Markdown
Raw Normal View History

# Data Structure
## Data Sources
- CSV exports (source of truth)
- DAX exports (measure definitions)
## Storage
- `/data/*.csv` — raw CSV exports
- `/data/manifest.json` — list of CSV files loaded by the app
## Notes
- No database yet; app loads CSVs directly via fetch.
- Column types and relationships will be documented here once data lands.