An embedded computational notebook for Power BI
For examples on how to use please refer to the sample report in the demo folder named Demo.pbix It demonstrates the visual and its various usecases and configuration setups.
Development process to build follows the standard workflow from pbiviz development documentation. To package the visualization locally from source, follow the below steps (you must have node, npm, pbiviz installed)
git clone https://github.com/wishyoulization/PowerBI-visuals-Iridium.git
cd PowerBI-visuals-Iridium
npm install
npm run-script package
