Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rcyber
Resolver I
Resolver I

SyntaxError: export declarations may only appear at top level of a module

Hi all!

 

I'm newbie in custom visuals development so sorry for a stupid question may be.

I follow this instruction for creating a new custom visual.

I created the new project using the same way as instruction says. It works fine.

Well, I installed d3 library and added typings using command:

npm install @types/d3@3.5 --save-dev

My little project understands type d3 after that. But it does not work now.

I did a little research and saw the following message in browser console:2018-04-10_08-40-46.png

 

 

As I see the script crashes because export command appears at NOT top level of module.

I will be grateful for any help.

 

Thanks in advance,

Alexander.

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

What version of d3 did you install?

 

Power BI Visuals Tools support d3v3 only.

We'd recommend to install d3v3:

npm i d3@3.5.5 @types/d3@3.5.36

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

3 REPLIES 3
v-viig
Community Champion
Community Champion

What version of d3 did you install?

 

Power BI Visuals Tools support d3v3 only.

We'd recommend to install d3v3:

npm i d3@3.5.5 @types/d3@3.5.36

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Hello Ignat!

 

Thank you so much! It works.

I think it will be good to update this section of tutorial on Github.

It contains an example of d3 version 4.9.1 installation.

Thank you once again!

 

Regards,

Alexander.

v-viig
Community Champion
Community Champion

Hi Alexander,

 

Thank you for the feedback.

We're working on improving our documentation.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors