2

I want to create a Custom Visual on powerbi but get error after I run pbiviz package command on cmd.

(I followed the guide on https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1)

Related Package Version:

karma-webpack@3.0.5

karma@4.1.0

extract-text-webpack-plugin@4.0.0-beta.0

Note:"npm i -D extract-text-webpack-plugin@next" can't work with me

Error message:

info Building visual...

info Start preparing plugin template

(node:868) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

info Finish preparing plugin template

info Start packaging...

error Author name is not specified

error Author e-mail is not specified

error The visual description is not specified

error supportUrl is not specified

abiratsis
  • 7,051
  • 3
  • 28
  • 46
KEID07
  • 71
  • 1
  • 11
  • What is your webpack version ? – Tony Ngo May 28 '19 at 15:11
  • @TonyNgo webpack@4.32.2 – KEID07 May 29 '19 at 03:15
  • It's just a normal warning since they still use old API. I have same issue but will not affect to your code – Tony Ngo May 29 '19 at 03:16
  • @TonyNgo My Powershell doesn't run after returning "Compiled successfully.". I don't know if this is normal – KEID07 May 29 '19 at 03:30
  • Ok can you upload your webpack config file for me to see – Tony Ngo May 29 '19 at 03:43
  • @TonyNgo Anyway, I was able to develop custom visual normally. Can I ask you another question about formatting the custom visual? – KEID07 May 29 '19 at 08:37
  • Sure What is your question ? But I think is way of topic of your current question – Tony Ngo May 29 '19 at 09:27
  • @TonyNgo Thanks Tony. I'm going to develop a custom visual with R so that it can be displayed properly in PowerBI. I made a bar chart. Now one of the problems is that I don't know where to set the size of the image. The image in my custom visual is so large in powerbi that even a full-screen display can only see a part of the image. I hope the image can be displayed completely.(More directly, I hope the size of the image to be dynamic, it will become smaller as the custom visual become smaller) – KEID07 May 29 '19 at 10:33
  • 1
    Output seems OK, you need to specify name and email in pbiviz.json. After that tools starts to create *.pbiviz file in dist folder – Ilfat Galiev Jun 03 '19 at 11:44

0 Answers0