Forum Discussion
Anonymous
6 years agoNot applicable
pbiviz package Error
I am trying to add tooltip to my R visual. I tried following some tutorials such as https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 https://towardsdatascience.c...
- Anonymous6 years ago
So I got an answer from Microsoft support team. We need to replace NodeListOf with HTMLCollectionOf in visual.ts.
dm-p
6 years agoSuper User
Hi Anonymous - this post has the locations in src/visual.ts where the changes need to be applied.
Anonymous
6 years agoNot applicable
Hi dm-p ,
I had the same error while running pbiviz package. I followed your instruction and changed NodeListOf by HTMLCollectionOf in visual.ts file. Now I got the following error. I am very new to Power BI and working on fixing this error for the last 2 days. I am glad that I have a new error at this point:). I really appreciate any suggestion of how to fix the error with 'Author_name', "Author_email" and "Visual_Description".pbiviz_error
Thanks in advance.