<?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: Capture selected datapoint for table using power BI embedding. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3464387#M44829</link>
    <description>&lt;P&gt;Bump.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2023 17:22:05 GMT</pubDate>
    <dc:creator>Joph</dc:creator>
    <dc:date>2023-10-06T17:22:05Z</dc:date>
    <item>
      <title>Capture selected datapoint for table using power BI embedding.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3050979#M40969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using power BI embedding I am creating tables on fly by calling "create" endpoint from power bi authoring.&amp;nbsp; When users selects/clicks on a cell in a table I want to capture the cell value and the column that was selected. I tried listening to "dataselected"&amp;nbsp; event and it gives entire row but it will not tell which column is selected in that row. Is there a way for me to identify which row and column got selected?&amp;nbsp;&lt;/P&gt;&lt;P&gt;this.report.on("dataSelected", function (event: any) {&lt;BR /&gt;console.log("dataSelected")&lt;BR /&gt;console.log(event.detail) // able to see enitre row. Instead need a way to identify the column selected along with selected row.&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Company&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;Sales&lt;/TD&gt;&lt;TD&gt;Profit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;$200&lt;/TD&gt;&lt;TD&gt;$100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DEF&lt;/TD&gt;&lt;TD&gt;D2&lt;/TD&gt;&lt;TD&gt;$300&lt;/TD&gt;&lt;TD&gt;$50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In above example Sales and Profit columns are value columns.&lt;/P&gt;&lt;P&gt;Now if uses clicks/selects $100 I want to programatically capture selected row and selected column with in selected row. i.e. as part of selected row I want to see "Company:ABC,Department:D1, Sales:$200, Profit:$100" and as part of selected column I want to see "Profit:$100". Is there any way to acheive this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 17:29:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3050979#M40969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-30T17:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Capture selected datapoint for table using power BI embedding.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3055752#M41007</link>
      <description>&lt;P&gt;Just want to check if anyone has thoughts here&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 16:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3055752#M41007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-01T16:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Capture selected datapoint for table using power BI embedding.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3464387#M44829</link>
      <description>&lt;P&gt;Bump.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 17:22:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Capture-selected-datapoint-for-table-using-power-BI-embedding/m-p/3464387#M44829</guid>
      <dc:creator>Joph</dc:creator>
      <dc:date>2023-10-06T17:22:05Z</dc:date>
    </item>
  </channel>
</rss>

