<?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 Get highlighted value from table in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Get-highlighted-value-from-table/m-p/4337215#M11952</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Is it possible to get highlighted data from the table&amp;nbsp;with only one column inside of custom visual as below?&lt;/STRONG&gt;&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: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1217743i86340932F6A995F2/image-size/medium?v=v2&amp;amp;px=400" 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&gt;Inside of the custom visual, I have one dataRole of type&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;GroupingOrMeasure&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;as below.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"dataRoles": [
        {
            "displayName": "Fields",
            "name": "values",
            "kind": "GroupingOrMeasure"
        }
    ]&lt;/LI-CODE&gt;&lt;P&gt;I tried using mapping as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "select": [{ "bind": { "to": "values" } }]
                },
                "values": {
                    "select": [{ "bind": { "to": "values" } }]
                }
            }
        }
    ]&lt;/LI-CODE&gt;&lt;P&gt;but I was not able to get highlighted values. I would only get categories with the list of all product ID's from the picture. Can somebody explain to me why is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that I'm not able to get highlighted values on the table mapping, and because I only have one field, I believe I'm not able to use the matrix mapping. So, I was wondering what I could use to get highlighted values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 15:12:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-12-19T15:12:19Z</dc:date>
    <item>
      <title>Get highlighted value from table</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Get-highlighted-value-from-table/m-p/4337215#M11952</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is it possible to get highlighted data from the table&amp;nbsp;with only one column inside of custom visual as below?&lt;/STRONG&gt;&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: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1217743i86340932F6A995F2/image-size/medium?v=v2&amp;amp;px=400" 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&gt;Inside of the custom visual, I have one dataRole of type&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;GroupingOrMeasure&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;as below.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"dataRoles": [
        {
            "displayName": "Fields",
            "name": "values",
            "kind": "GroupingOrMeasure"
        }
    ]&lt;/LI-CODE&gt;&lt;P&gt;I tried using mapping as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "select": [{ "bind": { "to": "values" } }]
                },
                "values": {
                    "select": [{ "bind": { "to": "values" } }]
                }
            }
        }
    ]&lt;/LI-CODE&gt;&lt;P&gt;but I was not able to get highlighted values. I would only get categories with the list of all product ID's from the picture. Can somebody explain to me why is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that I'm not able to get highlighted values on the table mapping, and because I only have one field, I believe I'm not able to use the matrix mapping. So, I was wondering what I could use to get highlighted values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 15:12:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Get-highlighted-value-from-table/m-p/4337215#M11952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-19T15:12:19Z</dc:date>
    </item>
  </channel>
</rss>

