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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Updated rhtml template?

Can anyone provide some guidance on building a basic rhtml visual?

 

I'm trying to upgrade one of my custom visuals from the 1.12.0 api to 2.2.2.  I'm ultimately trying to make the jump to v3.0, but am hoping that understanding how to adapt to v2.2 will make the jump to v3.0 easier.  Due to the ugly state of the custom visuals tutorials, I'm in over my head with trying to modify my existing files, so I'm trying to start again from scratch.  I've tried creating a barebones visual following https://github.com/Microsoft/PowerBI-visuals/blob/master/RVisualTutorial/CreateRHTML.md by running:

 

pbiviz new sampleRHTMLVisual -t rhtml
cd sampleRHTMLVisual
pbiviz package

 This then bombs out with:

PS C:\Users\foo\sampleRHTMLVisual> pbiviz package
 info   Building visual...
 info   Start preparing plugin template
(node:22948) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
 info   Finish preparing plugin template


 ERROR  Failed to compile with 1 errors                                                                                                                                                                         3:54:44 PM
 error  in C:\Users\foo\sampleRHTMLVisual\.tmp\precompile\visualPlugin.ts

[tsl] ERROR in C:\Users\foo\sampleRHTMLVisual\.tmp\precompile\visualPlugin.ts(1,10)
      TS2305: Module '"C:/Users/foo/sampleRHTMLVisual/src/visual"' has no exported member 'Visual'.

 info   Package created
PS C:\Users\foo\sampleRHTMLVisual> pbiviz info
 info   visual.name.................. sampleRHTMLVisual
 info   visual.displayName........... sampleRHTMLVisual
 info   visual.guid.................. sampleRHTMLVisualFD5DB360EB6347DAB2B06990D9A98AE1
 info   visual.visualClassName....... Visual
 info   visual.version............... 1.0.0
 info   visual.description...........
 info   visual.supportUrl............
 info   visual.gitHubUrl.............
 info   apiVersion................... 2.2.0
 info   author.name..................
 info   author.email.................
 info   assets.icon.................. assets/icon.png
 info   style........................ style/visual.less
 info   capabilities................. capabilities.json
 info   dependencies................. dependencies.json
 info   stringResources.............. []

 

3 REPLIES 3
v-evelk
Microsoft Employee
Microsoft Employee

Hello,

 

Probably, you should update Node,js or/and Typescript package.

 

Kind Regards!

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]

Anonymous
Not applicable

I've updated node and TypeScript, but the problem lies within powerbi-visuals-tools@beta (3.0.12).  I'm able to get the stock visual template to compile and load into Power BI, but I have yet to find a way to get any custom R visuals to render and the rhtml template fails to compile with the provided tools.

Could you please share a source code?

I can try to build and figure out what is wrong.

 

If you can provide a source code, please send a link or files to [email protected]

 

Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors