This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello,
I try to create my first custom visual on power pi, using highcharts library
I've tried to install it from npm (npm install), try to use typings (typings install) but when I start my visual, "Hightcharts" is undefined (error on my visual.ts).
Has anyone ever used this library to enrich power bi charts?
Thanks
Solved! Go to Solution.
You could add a let statement as shown below.
let Highcharts = (<any>window).Highcharts;
You could add a let statement as shown below.
let Highcharts = (<any>window).Highcharts;
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |