Accelerate your BI modernization. Track Cognos report XML changes, run pixel-by-pixel regression output checks, and compile query schemas into Power BI templates autonomously.
Explore how Platform automates administration, version control, and migration tasks using our active dev sandbox simulator.
<reportExpression>
filter(
[Revenue] > 50000
)
</reportExpression>FILTER( ALL(Revenue), [Revenue] > 50000 )
Extract filter expressions, custom layout frames, database connections, and catalog listings from legacy report templates.
Map logical queries to Power BI DAX formulas. Solve formula mismatches and resolve metadata mappings automatically.
Deploy compiled reports directly to Target workspaces. Run data verification checks to sign off on migration completion.
Unblock batch migrations by scheduling translations through the command line or from your CI pipelines. Monitor execution logs in real time.
curl -X POST https://api.platform.dev/v1/cognos/migrate \ -H "Authorization: Bearer $PLATFORM_API_KEY" \ -d '{ "tenant_id": "velcro-industries", "xml_path": "./reports/sales.xml", "target_workspace": "pbi-sales-prod" }'