Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear All,
I want to make a circular gauge ,I used following published code to make it
https://github.com/maqsoftware/PowerBI-visuals/tree/master/src/CustomVisuals/Published/CircularGauge
But I get following error" Cannot find name '_'."as in image .
I add the following
npm install lodash --save
typings install dt~lodash --save
but still not working.
Please help since I am new to coding world.
Thank You In Advance,
Best Reagrds,
Dora
Solved! Go to Solution.
ES2015 modules are not supported by Power BI Csutom Visuals Tools (pbiviz).
We'd recommend to use older version of lodash and lodash types:
npm i @types/d3@3.5.36 d3@3.5.5
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Did you include a link to lodash.d.ts into tsconfig.json?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Yes , I insatll the lodash from this:-npm install --save lodash @types/lodash,but cannot find the "lodash.d.ts" file.Now I get the error as follows.
Best regards,
Dora
ES2015 modules are not supported by Power BI Csutom Visuals Tools (pbiviz).
We'd recommend to use older version of lodash and lodash types:
npm i @types/d3@3.5.36 d3@3.5.5
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |