<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: pbiviz package Error in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991773#M22814</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Thank you very much, seriously you are very kind. You know how to make the custom graphic created work with the filters that I have in power bi?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 20:40:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-25T20:40:32Z</dc:date>
    <item>
      <title>pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/776746#M20533</link>
      <description>&lt;P&gt;I am trying to add tooltip to my R visual. I tried following some tutorials such as&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1" target="_blank" rel="noopener"&gt;https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://towardsdatascience.com/custom-html-visuals-in-power-bi-using-r-2b0494894ff" target="_blank" rel="noopener"&gt;https://towardsdatascience.com/custom-html-visuals-in-power-bi-using-r-2b0494894ff&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I tried '&lt;FONT&gt;pbiviz package' in node, I got the following error message. It took me many days but I am still able to find a solution.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error msg.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/187922i8A5CE47CAA7C89B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="error msg.png" alt="error msg.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 11:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/776746#M20533</guid>
      <dc:creator>yf569</dc:creator>
      <dc:date>2019-08-27T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/777009#M20538</link>
      <description>&lt;P&gt;And it happens even when I do not change anything in the script r file. I've also attached my visual.ts code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="script.r.png" style="width: 740px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/187986i266D91D0C649ED4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="script.r.png" alt="script.r.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;* Power BI Visual CLI&lt;BR /&gt;*&lt;BR /&gt;* Copyright (c) Microsoft Corporation&lt;BR /&gt;* All rights reserved.&lt;BR /&gt;* MIT License&lt;BR /&gt;*&lt;BR /&gt;* Permission is hereby granted, free of charge, to any person obtaining a copy&lt;BR /&gt;* of this software and associated documentation files (the ""Software""), to deal&lt;BR /&gt;* in the Software without restriction, including without limitation the rights&lt;BR /&gt;* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;BR /&gt;* copies of the Software, and to permit persons to whom the Software is&lt;BR /&gt;* furnished to do so, subject to the following conditions:&lt;BR /&gt;*&lt;BR /&gt;* The above copyright notice and this permission notice shall be included in&lt;BR /&gt;* all copies or substantial portions of the Software.&lt;BR /&gt;*&lt;BR /&gt;* THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;BR /&gt;* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;BR /&gt;* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;BR /&gt;* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;BR /&gt;* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;BR /&gt;* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;BR /&gt;* THE SOFTWARE.&lt;BR /&gt;*/&lt;BR /&gt;"use strict";&lt;BR /&gt;import powerbi from "powerbi-visuals-api";&lt;BR /&gt;import VisualConstructorOptions = powerbi.extensibility.visual.VisualConstructorOptions;&lt;BR /&gt;import VisualUpdateOptions = powerbi.extensibility.visual.VisualUpdateOptions;&lt;BR /&gt;import IVisual = powerbi.extensibility.visual.IVisual;&lt;BR /&gt;import EnumerateVisualObjectInstancesOptions = powerbi.EnumerateVisualObjectInstancesOptions;&lt;BR /&gt;import VisualObjectInstance = powerbi.VisualObjectInstance;&lt;BR /&gt;import DataView = powerbi.DataView;&lt;BR /&gt;import IViewport = powerbi.IViewport;&lt;BR /&gt;import VisualObjectInstanceEnumerationObject = powerbi.VisualObjectInstanceEnumerationObject;&lt;/P&gt;&lt;P&gt;import { VisualSettings } from "./settings";&lt;BR /&gt;import { ParseElement, ResetInjector, RunHTMLWidgetRenderer } from "./htmlInjectionUtility";&lt;/P&gt;&lt;P&gt;enum VisualUpdateType {&lt;BR /&gt;Data = 2,&lt;BR /&gt;Resize = 4,&lt;BR /&gt;ViewMode = 8,&lt;BR /&gt;Style = 16,&lt;BR /&gt;ResizeEnd = 32,&lt;BR /&gt;All = 62,&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// below is a snippet of a definition for an object which will contain the property values&lt;BR /&gt;// selected by the users&lt;BR /&gt;/*interface VisualSettings {&lt;BR /&gt;lineColor: string;&lt;BR /&gt;}*/&lt;/P&gt;&lt;P&gt;// to allow this scenario you should first the following JSON definition to the capabilities.json file&lt;BR /&gt;// under the "objects" property:&lt;BR /&gt;// "settings": {&lt;BR /&gt;// "displayName": "Visual Settings",&lt;BR /&gt;// "description": "Visual Settings Tooltip",&lt;BR /&gt;// "properties": {&lt;BR /&gt;// "lineColor": {&lt;BR /&gt;// "displayName": "Line Color",&lt;BR /&gt;// "type": { "fill": { "solid": { "color": true }}}&lt;BR /&gt;// }&lt;BR /&gt;// }&lt;BR /&gt;// }&lt;/P&gt;&lt;P&gt;// in order to improve the performance, one can update the &amp;lt;head&amp;gt; only in the initial rendering.&lt;BR /&gt;// set to 'true' if you are using different packages to create the widgets&lt;BR /&gt;const updateHTMLHead: boolean = false;&lt;BR /&gt;const renderVisualUpdateType: number[] = [&lt;BR /&gt;VisualUpdateType.Resize,&lt;BR /&gt;VisualUpdateType.ResizeEnd,&lt;BR /&gt;VisualUpdateType.Resize + VisualUpdateType.ResizeEnd&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;export class Visual implements IVisual {&lt;BR /&gt;private rootElement: HTMLElement;&lt;BR /&gt;private headNodes: Node[];&lt;BR /&gt;private bodyNodes: Node[];&lt;BR /&gt;private settings: VisualSettings;&lt;/P&gt;&lt;P&gt;public constructor(options: VisualConstructorOptions) {&lt;BR /&gt;if (options &amp;amp;&amp;amp; options.element) {&lt;BR /&gt;this.rootElement = options.element;&lt;BR /&gt;}&lt;BR /&gt;this.headNodes = [];&lt;BR /&gt;this.bodyNodes = [];&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;public update(options: VisualUpdateOptions): void {&lt;/P&gt;&lt;P&gt;if (!options ||&lt;BR /&gt;!options.type ||&lt;BR /&gt;!options.viewport ||&lt;BR /&gt;!options.dataViews ||&lt;BR /&gt;options.dataViews.length === 0 ||&lt;BR /&gt;!options.dataViews[0]) {&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;const dataView: DataView = options.dataViews[0];&lt;BR /&gt;this.settings = Visual.parseSettings(dataView);&lt;/P&gt;&lt;P&gt;let payloadBase64: string = null;&lt;BR /&gt;if (dataView.scriptResult &amp;amp;&amp;amp; dataView.scriptResult.payloadBase64) {&lt;BR /&gt;payloadBase64 = dataView.scriptResult.payloadBase64;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (renderVisualUpdateType.indexOf(options.type) === -1) {&lt;BR /&gt;if (payloadBase64) {&lt;BR /&gt;this.injectCodeFromPayload(payloadBase64);&lt;BR /&gt;}&lt;BR /&gt;} else {&lt;BR /&gt;this.onResizing(options.viewport);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;public onResizing(finalViewport: IViewport): void {&lt;BR /&gt;/* add code to handle resizing of the view port */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;private injectCodeFromPayload(payloadBase64: string): void {&lt;BR /&gt;// inject HTML from payload, created in R&lt;BR /&gt;// the code is injected to the 'head' and 'body' sections.&lt;BR /&gt;// if the visual was already rendered, the previous DOM elements are cleared&lt;/P&gt;&lt;P&gt;ResetInjector();&lt;/P&gt;&lt;P&gt;if (!payloadBase64) {&lt;BR /&gt;return;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// create 'virtual' HTML, so parsing is easier&lt;BR /&gt;let el: HTMLHtmlElement = document.createElement("html");&lt;BR /&gt;try {&lt;BR /&gt;el.innerHTML = window.atob(payloadBase64);&lt;BR /&gt;} catch (err) {&lt;BR /&gt;return;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// if 'updateHTMLHead == false', then the code updates the header data only on the 1st rendering&lt;BR /&gt;// this option allows loading and parsing of large and recurring scripts only once.&lt;BR /&gt;if (updateHTMLHead || this.headNodes.length === 0) {&lt;BR /&gt;while (this.headNodes.length &amp;gt; 0) {&lt;BR /&gt;let tempNode: Node = this.headNodes.pop();&lt;BR /&gt;document.head.removeChild(tempNode);&lt;BR /&gt;}&lt;BR /&gt;let headList: NodeListOf&amp;lt;HTMLHeadElement&amp;gt; = el.getElementsByTagName("head");&lt;BR /&gt;if (headList &amp;amp;&amp;amp; headList.length &amp;gt; 0) {&lt;BR /&gt;let head: HTMLHeadElement = headList[0];&lt;BR /&gt;this.headNodes = ParseElement(head, document.head);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// update 'body' nodes, under the rootElement&lt;BR /&gt;while (this.bodyNodes.length &amp;gt; 0) {&lt;BR /&gt;let tempNode: Node = this.bodyNodes.pop();&lt;BR /&gt;this.rootElement.removeChild(tempNode);&lt;BR /&gt;}&lt;BR /&gt;let bodyList: NodeListOf&amp;lt;HTMLBodyElement&amp;gt; = el.getElementsByTagName("body");&lt;BR /&gt;if (bodyList &amp;amp;&amp;amp; bodyList.length &amp;gt; 0) {&lt;BR /&gt;let body: HTMLBodyElement = bodyList[0];&lt;BR /&gt;this.bodyNodes = ParseElement(body, this.rootElement);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;RunHTMLWidgetRenderer();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;private static parseSettings(dataView: DataView): VisualSettings {&lt;BR /&gt;return VisualSettings.parse(dataView) as VisualSettings;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/**&lt;BR /&gt;* This function gets called for each of the objects defined in the capabilities files and allows you to select which of the&lt;BR /&gt;* objects and properties you want to expose to the users in the property pane.&lt;BR /&gt;*&lt;BR /&gt;*/&lt;BR /&gt;public enumerateObjectInstances(options: EnumerateVisualObjectInstancesOptions):&lt;BR /&gt;VisualObjectInstance[] | VisualObjectInstanceEnumerationObject {&lt;BR /&gt;return VisualSettings.enumerateObjectInstances(this.settings || VisualSettings.getDefault(), options);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:45:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/777009#M20538</guid>
      <dc:creator>yf569</dc:creator>
      <dc:date>2019-08-27T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/781275#M20583</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So I got an answer from Microsoft support team. We need to replace NodeListOf with HTMLCollectionOf in visual.ts.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 09:32:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/781275#M20583</guid>
      <dc:creator>yf569</dc:creator>
      <dc:date>2019-09-02T09:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/799950#M20867</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/158026"&gt;@yf569&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello, I got the same error as yours but&amp;nbsp; I didn't see any change from your code of changing NodeListOf to HTMLCollectionOf, could you please teach me how to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 20:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/799950#M20867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-23T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/799952#M20868</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/158026"&gt;@yf569&lt;/a&gt;&amp;nbsp;For me I just Ctrl+F to find the NodeListOf and replace with HTMLCollectionOf, is this correct?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 20:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/799952#M20868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-23T20:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800052#M20870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- &lt;A href="https://community.powerbi.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/794517/highlight/true#M2559" target="_self"&gt;this post has the locations in &lt;FONT face="courier new,courier"&gt;src/visual.ts&lt;/FONT&gt;&lt;/A&gt; where the changes need to be applied.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 23:36:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800052#M20870</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-09-23T23:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800059#M20871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same error while running pbiviz package. I followed your instruction and changed NodeListOf by&lt;SPAN&gt;&amp;nbsp;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".&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pbiviz_error" style="width: 808px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/194998i92B34982750AD5DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pbiviz_error.JPG" alt="pbiviz_error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pbiviz_error&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 00:01:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800059#M20871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-24T00:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800061#M20872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You will need to edit &lt;FONT face="courier new,courier"&gt;pbiviz.json&lt;/FONT&gt;&amp;nbsp;in the root folder of your visual and fill in the following fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;author.name&lt;/LI&gt;&lt;LI&gt;author.email&lt;/LI&gt;&lt;LI&gt;visual.description&lt;/LI&gt;&lt;LI&gt;visual.supportUrl&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These just have to have something in them otherwise the visual will not package correctly. Leila Etaati has an section on this in &lt;A href="https://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1" target="_self"&gt;her blog post&lt;/A&gt;, under&amp;nbsp;&lt;EM&gt;What is New in 2019&lt;/EM&gt; towards the bottom of the article if you need a visual guide.&lt;/P&gt;&lt;P&gt;If you're having trouble after this, add the contents of your &lt;FONT face="courier new,courier"&gt;pbiviz.json&lt;/FONT&gt; file here (or PM me) and I'll provide you with some examples.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 00:11:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800061#M20872</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-09-24T00:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800062#M20873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Daniel&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much for your reply. I updated the pbiviz.json file with all the required information. Now I can successfully run pbiviz package command and its created a visual. I was following Leila's youtube video for installing the package. I am glad that now I have her blogpost article. Thanks again. Hopefully, I can work with the visual from now on. I will definitely PM you if anything comes up later.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you so much again and I really appreciate your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nahar&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 00:21:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800062#M20873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-24T00:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800859#M20882</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, thanks for your reply. I just got a new question, I edited the pbiviz.json about author name and email, and I followed the Leilla's blog, it works, but what is the supportUrl and githubUrl part? How can I edit these two parts and create my own plot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 14:51:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/800859#M20882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-24T14:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/801083#M20885</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;supportUrl&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;githubUrl&lt;/FONT&gt; are optional, but should be filled out if you submit your visual to the marketplace. You aren't contingent on them for any local development work, particularly if just starting out.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;supportUrl&lt;/FONT&gt; is the URL that gets linked in the listing, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/195314iE7DB61F3BB6449AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;githubUrl&lt;/FONT&gt; is a place for you to provide a link to your source code, if you want share with people who are interested in exploring your visual's source further, or the custom visuals team to review code if you want to submit for certification.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both of these can be the same value also, for example, if you host your visual's support documentation in the code repository your source code is contained in. &lt;A href="https://bitbucket.org/dm-p/power-bi-visuals-violin-plot/src/a83d709080931c12604ba872120fff874dc8283f/pbiviz.json" target="_self"&gt;My currently published visuals do this&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hopefully this clears those questions up.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 19:57:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/801083#M20885</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-09-24T19:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/802089#M20896</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your help, my problem was solved successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciated!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 15:43:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/802089#M20896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-25T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989282#M22796</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/158026"&gt;@yf569&lt;/a&gt;&amp;nbsp; @Anonymous&lt;/a&gt; Hello, I would like to ask you to please help me with this error, as I understand it has to do with the visualPlugin.ts, can you help me fix it. Thank you very much.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 815px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/249257i4CA962F3900F2083/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Mar 2020 15:49:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989282#M22796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T15:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989350#M22797</link>
      <description>Hi @Anonymous&lt;/a&gt; - this appears to be an issue recently introduced into babel which is one of the dependencies the SDK relies on. None of my visuals will currently build either &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I'll try to put together a bug report for the custom visuals team. Will come back if I can find a workaround.</description>
      <pubDate>Tue, 24 Mar 2020 16:40:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989350#M22797</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-03-24T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989363#M22798</link>
      <description>&lt;P&gt;Thank you, I recommend it because I have been looking for an answer for two days and not a survey. Thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 16:49:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989363#M22798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-24T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989603#M22802</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- &lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/304" target="_self"&gt;I've raised an issue in their repo&lt;/A&gt;. I've also emailed their support with details, so hopefully the visuals team can have a look at it pretty quickly. I've spent the last couple of hours trying to find a solution and can't come up with anything, unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 19:45:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/989603#M22802</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-03-24T19:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991102#M22809</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Thank you very much, what you do is very useful, I am pending any solution. Thank you very much you are very kind.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 13:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991102#M22809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-25T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991690#M22813</link>
      <description>&lt;P&gt;No probs! Thanks for flagging initially. There's a new version available now and you should be good if you're just trying to package. However, I can't get the dev server certificate to generate normally, which is a bit of a problem if you use the developer visual for debugging. &lt;A href="https://github.com/microsoft/PowerBI-visuals-tools/issues/306" target="_self"&gt;Here's the issue for that one&lt;/A&gt;, and I have a somewhat clunky workaround for that on there.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 19:00:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991690#M22813</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-03-25T19:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991773#M22814</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;Thank you very much, seriously you are very kind. You know how to make the custom graphic created work with the filters that I have in power bi?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991773#M22814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-25T20:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: pbiviz package Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991785#M22815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- I don't really work with the R-side of things in custom visuals, so I'm not sure I fully understand what you're asking, without additional context. Additionally, this is now becoming a separate discussion, and not fully relevant to this particular resolved topic.&lt;/P&gt;
&lt;P&gt;I'm happy to see if I can help, but I would suggest creating a topic specifically for your issue, with as much detail as possible. &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_self"&gt;Please read the following post for more details on how to best do this&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This will also help improve the visibility of your challenge for other users who may be more knowledgeable in the R domain than I am (not many people will typically revisit resolved threads).&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:56:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/pbiviz-package-Error/m-p/991785#M22815</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-03-25T20:56:39Z</dc:date>
    </item>
  </channel>
</rss>

