Forum Discussion
blank custom visuals
- 3 years ago
Hi,
Your issue here is due to the certification not being set up properly. However, even if you resolved that you will still run into the blank visual problem. See my post here: https://community.powerbi.com/t5/Developer/Issue-with-R-plotly-in-pbiviz-versions-4-0-6/m-p/2940046#M40056
You have the most recent version of powerbi-visuals-tools installed (v4.0.7). You need to rollback to version 4.0.5 and go through the certificate install again. Then, you should be able to sucessfully set up a new rhtml template folder, package, and import.
Hope this helps!
Hi,
Your issue here is due to the certification not being set up properly. However, even if you resolved that you will still run into the blank visual problem. See my post here: https://community.powerbi.com/t5/Developer/Issue-with-R-plotly-in-pbiviz-versions-4-0-6/m-p/2940046#M40056
You have the most recent version of powerbi-visuals-tools installed (v4.0.7). You need to rollback to version 4.0.5 and go through the certificate install again. Then, you should be able to sucessfully set up a new rhtml template folder, package, and import.
Hope this helps!
- Anonymous3 years agoNot applicable
Thanks a lot, saved my monday!
Here is the procedure i followed:
Followed all steps in this link:
Setting up an environment for developing a Power BI visual - Power BI | Microsoft Learn1. Replaced "npm i -g powerbi-visuals-tools@latest" with "npm i -g powerbi-visuals[email protected]"
2. Replaced "@version" for all development libraries with latest stable version
I was now prompted with the correct certificate install aswell!
- User023 years agoFrequent Visitor
Hello,
I'm havign the same issue but I'm not sure exactly what I need to do to correct it. My coding skills are not great, is there a step-by-step process for
- rolling back to version 4.0.5 and going through the certificate install again.
- seting up a new rhtml template folder, package, and import ?
Thanks!