<?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: PBIVIZ Multiple values in categorical data in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PBIVIZ-Multiple-values-in-categorical-data/m-p/3975032#M9839</link>
    <description>&lt;P&gt;Oh, never mind.&amp;nbsp;&lt;BR /&gt;I didn't add the correct column from query on app.powerbi.com side.&lt;BR /&gt;Once measure and measure1 had different columns linked to it, measure1 showed up in categorical.values&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 17:07:21 GMT</pubDate>
    <dc:creator>Archirill</dc:creator>
    <dc:date>2024-06-05T17:07:21Z</dc:date>
    <item>
      <title>PBIVIZ Multiple values in categorical data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PBIVIZ-Multiple-values-in-categorical-data/m-p/3974982#M9838</link>
      <description>&lt;P&gt;I've mapped categorical data with a single measure in capabilities.json.&lt;BR /&gt;It works with a single measure. But I need to add another measure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"dataViewMappings": [
        {
            "categorical": {
                "categories": {
                    "for": {
                        "in": "category"
                    },
                    "dataReductionAlgorithm": {
                        "top": {}
                    }
                },
                "values": {
                    "select": [
                        {
                            "bind": {
                                "to": "measure"
                            }
                        },
                        {
                            "bind": {
                                "to": "measure1"
                            }
                        }
                    ]
                }
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;When I add the second value "measure1" and print categorical to the console I see only a single array of "measure" but not "measure1".&lt;BR /&gt;Does pbiviz support passing multiple values along categorical data?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 16:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PBIVIZ-Multiple-values-in-categorical-data/m-p/3974982#M9838</guid>
      <dc:creator>Archirill</dc:creator>
      <dc:date>2024-06-05T16:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: PBIVIZ Multiple values in categorical data</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PBIVIZ-Multiple-values-in-categorical-data/m-p/3975032#M9839</link>
      <description>&lt;P&gt;Oh, never mind.&amp;nbsp;&lt;BR /&gt;I didn't add the correct column from query on app.powerbi.com side.&lt;BR /&gt;Once measure and measure1 had different columns linked to it, measure1 showed up in categorical.values&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 17:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/PBIVIZ-Multiple-values-in-categorical-data/m-p/3975032#M9839</guid>
      <dc:creator>Archirill</dc:creator>
      <dc:date>2024-06-05T17:07:21Z</dc:date>
    </item>
  </channel>
</rss>

