DataSquares Documentation
DataSquares Docs
Connect, model, and ship dashboards on your own data.
Guides, recipes, and reference for the whole platform — a guided connect wizard, semantic models with the SquareX measure language, a drag-and-drop canvas, pipelines, AI, and a full REST API.
// One definition — correct in every chartRevenue := Sum(Sales.Amount)
RevenueLY := Calculate([Revenue], DateShift(Date.Date, -1, "year"))
YoYGrowth := Divide([Revenue] - [RevenueLY], [RevenueLY])SquareX compiles to SQL in your own database — row-level security included. Browse the recipes.
Start here
01
Connect your data
Pick a source in the guided wizard — databases, warehouses, files, or APIs — and see how connection flows work.
02
Model it
Define tables, relationships, and calculated fields, then add reusable measures with SquareX.