<?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: Adding custom visual without data mapping in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5144828#M64845</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1574330"&gt;@jananigurusamy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set up your visual &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/landing-page" target="_self"&gt;as described in the Landing Page doc&lt;/A&gt; to allow it to function without a data view mapping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that while this will allow you to set properties via the pane, if you intend to use the persistProperties API from your code to manage visual settings, this will not work and is a known issue with that API that MS currently does not intend to fix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 21:31:40 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2026-04-07T21:31:40Z</dc:date>
    <item>
      <title>Adding custom visual without data mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5142989#M64825</link>
      <description>&lt;P&gt;React custom visual is a chatbot. It doesn't require data mapping. But without datamapping, visual is nto rendered. Mapping the data shows in the visual as highlighted. Need help to resolve this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jananigurusamy_0-1775127082824.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1332032i057B0910A91C2981/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jananigurusamy_0-1775127082824.png" alt="jananigurusamy_0-1775127082824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 10:52:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5142989#M64825</guid>
      <dc:creator>jananigurusamy</dc:creator>
      <dc:date>2026-04-02T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom visual without data mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5143325#M64829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1574330"&gt;@jananigurusamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This behavior is typical for Power BI custom visuals. The lifecycle of the visual is managed through data binding, meaning it is fully initialized only when Power BI provides a DataView. If no fields are mapped, Power BI does not deliver a DataView, resulting in the update method either not being triggered or receiving no usable data. Consequently, nothing is rendered, even if your React component does not require data.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;When a field such as Quantity is mapped, Power BI generates a DataView and calls the update method with valid data, which enables the visual to be displayed. While it might appear that the visual relies on the field, it actually serves as the trigger for rendering.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;To resolve this, it is recommended to configure your visual to support empty data views within the capabilities settings. This approach ensures Power BI invokes the visual even when no fields are mapped. Additionally, your update logic should account for the possibility that dataViews may not always contain data, and your React component should render regardless of data presence. Some developers implement a minimal or dummy data role to guarantee consistent triggering, but the primary goal is to make the visual robust when handling an empty DataView.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;By applying these modifications, your chatbot visual will render reliably without requiring users to map fields.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 05:33:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5143325#M64829</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-04-03T05:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom visual without data mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5143935#M64834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1574330"&gt;@jananigurusamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 05:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5143935#M64834</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-04-06T05:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom visual without data mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5144828#M64845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1574330"&gt;@jananigurusamy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set up your visual &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/landing-page" target="_self"&gt;as described in the Landing Page doc&lt;/A&gt; to allow it to function without a data view mapping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that while this will allow you to set properties via the pane, if you intend to use the persistProperties API from your code to manage visual settings, this will not work and is a known issue with that API that MS currently does not intend to fix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 21:31:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5144828#M64845</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2026-04-07T21:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom visual without data mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5145766#M64847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1574330"&gt;@jananigurusamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 10:36:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-custom-visual-without-data-mapping/m-p/5145766#M64847</guid>
      <dc:creator>v-tejrama</dc:creator>
      <dc:date>2026-04-09T10:36:38Z</dc:date>
    </item>
  </channel>
</rss>

