Migrate a source
Need to convert a whole folder at once? Use the command line: cognos2pbi
migrate-batch ./sources --out ./out produces one project per source plus a
consolidated coverage report.
How it works
- Your file is parsed into a vendor-neutral intermediate representation.
- Tables, columns, measures, relationships, and visuals are mapped to Power BI.
- Cognos expressions are translated to DAX deterministically, with optional AI review.
- A Power BI Project (PBIP) is generated and returned as a zip archive.