A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions
Quick steps to setup and run the project:
- make sure you have node, npm and angular installed
- clone the repo
- open the project in some IDE or code editor or in terminal
- navigate to the angular project directory:
cd angular-powerbi-poc
- install packages and dependency:
npm i
ornpm ci
(use npm ci as the MS package is buggy and updates sometimes breaks the "powerbi-client-angular" package) - run the code
ng serve
- open the app in any browser with url as: http://localhost:4200/