Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |