<?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 Deneb: only hardcoded data works? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418803#M12210</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get some Deneb visualization going.&lt;/P&gt;&lt;P&gt;However, even when I dumb it down to the simplest example, Deneb refuses to show me anything.&lt;/P&gt;&lt;P&gt;For example, here I made the simplest Test data and I just want Deneb to show it. But no matter what I do, it just doesn't show it.&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="Screenshot 2025-02-19 220230.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1241442i1116DBFC67F05D40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-02-19 220230.png" alt="Screenshot 2025-02-19 220230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile hardcoded data does show:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MsBushido_0-1740024341153.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1241444iD962AE9914067309/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MsBushido_0-1740024341153.png" alt="MsBushido_0-1740024341153.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I proceed?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 04:06:14 GMT</pubDate>
    <dc:creator>MsBushido</dc:creator>
    <dc:date>2025-02-20T04:06:14Z</dc:date>
    <item>
      <title>Deneb: only hardcoded data works?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418803#M12210</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get some Deneb visualization going.&lt;/P&gt;&lt;P&gt;However, even when I dumb it down to the simplest example, Deneb refuses to show me anything.&lt;/P&gt;&lt;P&gt;For example, here I made the simplest Test data and I just want Deneb to show it. But no matter what I do, it just doesn't show it.&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="Screenshot 2025-02-19 220230.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1241442i1116DBFC67F05D40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-02-19 220230.png" alt="Screenshot 2025-02-19 220230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile hardcoded data does show:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MsBushido_0-1740024341153.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1241444iD962AE9914067309/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MsBushido_0-1740024341153.png" alt="MsBushido_0-1740024341153.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I proceed?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:06:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418803#M12210</guid>
      <dc:creator>MsBushido</dc:creator>
      <dc:date>2025-02-20T04:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deneb: only hardcoded data works?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418821#M12211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/935312"&gt;@MsBushido&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you're using data as the referenced name, and the Vega view will not have a reference to that to display anything, which is as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To link to the data supplied to the visual from the model, &lt;A href="https://deneb-viz.github.io/docs/dataset#linking-visual-data-to-a-specification" target="_self"&gt;the name to use is &lt;STRONG&gt;dataset&lt;/STRONG&gt;&lt;/A&gt;. Hopefully this will resolve your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418821#M12211</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2025-02-20T04:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Deneb: only hardcoded data works?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418830#M12212</link>
      <description>&lt;P&gt;Daniel, thank you very much for this!&lt;BR /&gt;I spent hours on this, haha, only to find out it was something so simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awesome, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:31:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418830#M12212</guid>
      <dc:creator>MsBushido</dc:creator>
      <dc:date>2025-02-20T04:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deneb: only hardcoded data works?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418831#M12213</link>
      <description>&lt;P&gt;Glad to help! I hope you enjoy using Deneb!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 04:33:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-only-hardcoded-data-works/m-p/4418831#M12213</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2025-02-20T04:33:04Z</dc:date>
    </item>
  </channel>
</rss>

