<?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: dataReductionAlgorithm not working for Rows and Columns in Matrix Dataview in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/dataReductionAlgorithm-not-working-for-Rows-and-Columns-in/m-p/2445530#M4435</link>
    <description>&lt;P&gt;Has anyone a working example for the &lt;EM&gt;fetchMoreData (Segements aggregation mode) &lt;/EM&gt;functionality within a matrix dataview and can share it with me? Still not able to get this working.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 09:27:14 GMT</pubDate>
    <dc:creator>lucmax</dc:creator>
    <dc:date>2022-04-08T09:27:14Z</dc:date>
    <item>
      <title>dataReductionAlgorithm not working for Rows and Columns in Matrix Dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/dataReductionAlgorithm-not-working-for-Rows-and-Columns-in/m-p/2002400#M3849</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the &lt;EM&gt;fetchMoreData (segmented fetch) &lt;/EM&gt;functionality within my visual that uses a matrix dataview. For this to work we need to add &lt;EM&gt;dataReductionAlgorithm &lt;/EM&gt;to the capabilities.json. This works fine if we just add it to the rows but if we add it to the rows and columns we just get this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Activity ID: 12c03dfa-ab05-413f-94e7-f42204cc6b93
Request ID: 7f254adc-d15b-2636-4319-0f826e68da06
Correlation ID: b069f53b-3faf-ab67-cf2e-060d80bdabab
Time: Fri Aug 06 2021 14:27:56 GMT+0200 (Mitteleuropäische Sommerzeit)
Service version: 13.0.16512.57
Client version: 2107.4.07056-train
Cluster URI: https://wabi-west-europe-d-primary-redirect.analysis.windows.net/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are we missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dataViewsMapping in capabilities.json&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"dataViewMappings": [
        {
            "conditions": [
                {
                    "A": {
                        "max": 1
                    },
                    "B": {
                        "max": 1
                    },
                    "C": {
                        "max": 1
                    },
                    "D": {
                        "max": 1
                    },
                    "E": {
                        "max": 1
                    },
                    "F": {
                        "max": 1
                    }
                }
            ],
            "matrix": {
                "rows": {
                    "select": [
                        {
                            "for": {
                                "in": "A"
                            }
                        },
                        {
                            "for": {
                                "in": "C"
                            }
                        }
                    ],
                    "dataReductionAlgorithm": {
                        "window": {
                            "count": 1000
                        }
                    }
                },
                "columns": {
                    "for": {
                        "in": "D"
                    },
                    "dataReductionAlgorithm": {
                        "window": {
                            "count": 1000
                        }
                    }
                },
                "values": {
                    "select": [
                        {
                            "for": {
                                "in": "E"
                            }
                        },
                        {
                            "for": {
                                "in": "B"
                            }
                        },
                        {
                            "for": {
                                "in": "F"
                            }
                        }
                    ]
                }
            }
        }
    ],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;lucmax&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 12:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/dataReductionAlgorithm-not-working-for-Rows-and-Columns-in/m-p/2002400#M3849</guid>
      <dc:creator>lucmax</dc:creator>
      <dc:date>2021-08-06T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: dataReductionAlgorithm not working for Rows and Columns in Matrix Dataview</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/dataReductionAlgorithm-not-working-for-Rows-and-Columns-in/m-p/2445530#M4435</link>
      <description>&lt;P&gt;Has anyone a working example for the &lt;EM&gt;fetchMoreData (Segements aggregation mode) &lt;/EM&gt;functionality within a matrix dataview and can share it with me? Still not able to get this working.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 09:27:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/dataReductionAlgorithm-not-working-for-Rows-and-Columns-in/m-p/2445530#M4435</guid>
      <dc:creator>lucmax</dc:creator>
      <dc:date>2022-04-08T09:27:14Z</dc:date>
    </item>
  </channel>
</rss>

