Open source migration tooling

Cognos to Power BI

Convert IBM Cognos reports, Framework Manager models, data modules, and dashboards into a refreshable Microsoft Power BI Project. Upload a source artifact, choose an optional AI provider, and download a PBIP folder with TMDL semantic model and PBIR report definitions.

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

  1. Your file is parsed into a vendor-neutral intermediate representation.
  2. Tables, columns, measures, relationships, and visuals are mapped to Power BI.
  3. Cognos expressions are translated to DAX deterministically, with optional AI review.
  4. A Power BI Project (PBIP) is generated and returned as a zip archive.