<?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: How to retrieve table data from Power BI desktop into custom visual? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74899#M2539</link>
    <description>&lt;P&gt;Not a problem.&amp;nbsp; Documentation on how to retrieve table data from Power BI desktop is very sparse and difficult to find, to my surprise.&amp;nbsp; I tried searching for books on this to no avail.&amp;nbsp; Boo.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Oct 2016 17:16:32 GMT</pubDate>
    <dc:creator>RichardL</dc:creator>
    <dc:date>2016-10-04T17:16:32Z</dc:date>
    <item>
      <title>How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73447#M2451</link>
      <description>&lt;P&gt;Hello, I've created a table with two columns named "X" and "Y" in Power BI Desktop.&amp;nbsp; Each column contains integers.&amp;nbsp; I also created a custom visual that I can import into Power BI Desktop.&amp;nbsp; Is there a way for me to read data from the X and Y columns into my custom visual using TypeScript only or do I need some sort of external library to do so?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 22:31:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73447#M2451</guid>
      <dc:creator>RichardL</dc:creator>
      <dc:date>2016-09-29T22:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73813#M2477</link>
      <description>&lt;P&gt;I figured it out.&amp;nbsp; Had to modify capabilities.json and use DataViewMappings in my visual.ts file.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 18:53:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73813#M2477</guid>
      <dc:creator>RichardL</dc:creator>
      <dc:date>2016-09-30T18:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73815#M2479</link>
      <description>&lt;P&gt;Cake walk in the park &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 18:56:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/73815#M2479</guid>
      <dc:creator>RichardL</dc:creator>
      <dc:date>2016-09-30T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74320#M2492</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14918"&gt;@RichardL﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to hear that you've solved this problem and thank you for sharing the solution. You could mark it as answer so that other community members might gain benefits.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 09:27:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74320#M2492</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-10-03T09:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74388#M2496</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14918"&gt;@RichardL﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Could you post what you ended up with, by any chance? I think I have a similar problem and don't know how to access table data mapping values in visual.ts.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:02:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74388#M2496</guid>
      <dc:creator>mpo</dc:creator>
      <dc:date>2016-10-03T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74446#M2499</link>
      <description>&lt;P&gt;First, I would read this introduction on DataView:&amp;nbsp; &lt;A href="https://github.com/Microsoft/PowerBI-visuals-core/wiki/DataView-Introduction" target="_blank"&gt;DataView Introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also go over DataViewMappings here:&amp;nbsp; &lt;A href="https://github.com/Microsoft/PowerBI-visuals/blob/master/Capabilities/DataViewMappings.md" target="_blank"&gt;DataViewMappings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then follow this great example:&amp;nbsp; &lt;A href="https://mitra.computa.asia/article/msdn-build-your-custom-visuals-power-bi-step-step" target="_blank"&gt;Build Your Custom Visuals Power BI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe those three links above will set you on the right track.&amp;nbsp; Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:27:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74446#M2499</guid>
      <dc:creator>RichardL</dc:creator>
      <dc:date>2016-10-03T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74778#M2529</link>
      <description>&lt;P&gt;I have seen first two links and didn't find them particularly helpful,&lt;/P&gt;&lt;P&gt;The third example though is great indeed - many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:15:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74778#M2529</guid>
      <dc:creator>mpo</dc:creator>
      <dc:date>2016-10-04T11:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74793#M2531</link>
      <description>&lt;P&gt;The third example got me started just fine, I was flailing around until I found that!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:58:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74793#M2531</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-04T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve table data from Power BI desktop into custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74899#M2539</link>
      <description>&lt;P&gt;Not a problem.&amp;nbsp; Documentation on how to retrieve table data from Power BI desktop is very sparse and difficult to find, to my surprise.&amp;nbsp; I tried searching for books on this to no avail.&amp;nbsp; Boo.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 17:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-retrieve-table-data-from-Power-BI-desktop-into-custom/m-p/74899#M2539</guid>
      <dc:creator>RichardL</dc:creator>
      <dc:date>2016-10-04T17:16:32Z</dc:date>
    </item>
  </channel>
</rss>

