<?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: SelectionId from data received with fetchMoreData() in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/658288#M18965</link>
    <description>&lt;P&gt;+1 on this. Have the code fully implemented (was working on API 1.x) but switched off in my current releases as it's not in the same 'shape' when fetched in 2.x. Would be good to know if there's an ETA on a fix &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2019 18:53:14 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2019-03-31T18:53:14Z</dc:date>
    <item>
      <title>SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/444397#M13698</link>
      <description>&lt;P&gt;I have a&amp;nbsp;problem with the fetchMoreData() function.&lt;/P&gt;&lt;P&gt;I'm able to retrieve all the data from my dataset, but when I try to generate the selectionIds, something strange happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;this code to generate the selectionIds:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;host.createSelectionIdBuilder().withCategory(category, i).createSelectionId();&lt;/PRE&gt;&lt;P&gt;After receiving all data (in the last update), I create&amp;nbsp;an internal data model and assign selectionIds to each data point. The data points in the first segment (let's say the first 500) have&amp;nbsp;working selectionIds, all the others have something like this:&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="null-selid.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/102351i8B95148F2A5B00AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="null-selid.png" alt="null-selid.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 16:00:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/444397#M13698</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2018-06-20T16:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/445859#M13734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1620"&gt;@danieleperilli&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll check this issue out and get back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 07:38:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/445859#M13734</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-06-22T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/445873#M13738</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 07:46:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/445873#M13738</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2018-06-22T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/446130#M13746</link>
      <description>&lt;P&gt;You're right. This is an issue as Power BI sends identity in another format for some reasons.&lt;/P&gt;
&lt;P&gt;We'll investigate this issue deeper and fix soon.&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="image.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/102756i626FE511B24479C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 12:40:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/446130#M13746</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-06-22T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/446153#M13747</link>
      <description>&lt;P&gt;Great, thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 13:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/446153#M13747</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2018-06-22T13:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/454722#M13973</link>
      <description>&lt;P&gt;Any update on this? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:35:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/454722#M13973</guid>
      <dc:creator>danieleperilli</dc:creator>
      <dc:date>2018-07-04T12:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/455154#M13991</link>
      <description>&lt;P&gt;No updates so far. This issue is on backlog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 06:42:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/455154#M13991</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-07-05T06:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/655317#M18933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1620"&gt;@danieleperilli&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the same issue - was there a work-around for this or a schedule on the fix?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 13:04:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/655317#M18933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-27T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/658288#M18965</link>
      <description>&lt;P&gt;+1 on this. Have the code fully implemented (was working on API 1.x) but switched off in my current releases as it's not in the same 'shape' when fetched in 2.x. Would be good to know if there's an ETA on a fix &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 18:53:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/658288#M18965</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-03-31T18:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/661672#M18995</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am checking the status and will provide details here soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 06:23:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/661672#M18995</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-04-04T06:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/662056#M18999</link>
      <description>&lt;P&gt;It is expected behavior that SelectionIds are built differently in API 2.x than in API 1.x, however, this mustn't break a visual selection logic.&lt;/P&gt;&lt;P&gt;To clarify the issue I need to understand what version of API do you use.&lt;/P&gt;&lt;P&gt;Is it possible to send us .pbix with a case to&amp;nbsp;pbicvsupport@microsoft.com because I couldn't reproduce some troubles with selection and&amp;nbsp;fetchMoreData() function in the last API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 11:42:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/662056#M18999</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-04-04T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: SelectionId from data received with fetchMoreData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/662504#M19003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/112988"&gt;@v-evelk&lt;/a&gt;&amp;nbsp;and thanks for having a look. I'll need to bow out to others on the selectionId issue, and I think I might have latched onto a different problem, so apologies to others on this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue was more general in that &lt;FONT face="courier new,courier"&gt;fetchMoreData()&lt;/FONT&gt; hadn't been working since I moved from 1.13 to 2.1 and hadn't seen an update on its resolution. I've migrated my visual to 2.3 and the code works fine now. I'll consider adding the feature back into my next update with a bit more testing.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 19:42:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/SelectionId-from-data-received-with-fetchMoreData/m-p/662504#M19003</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-04-04T19:42:03Z</dc:date>
    </item>
  </channel>
</rss>

