<?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: How to get a matrix row number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2974088#M99520</link>
    <description>&lt;P&gt;sure for example, here I have different rows that I can add based on a slicer selection, if I keep selecting more rows the will add dinamically&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and what I want to accomplish is, to have an "index" row so I can be able to create a mesure or something that allows me to display the data by chunks, for example,&amp;nbsp; create a measure that base on a slicer selection let me decide if I want to display the row from 0 - 150k rows, then from 151k - 300k rows for example, the idea to do that is to be able to export from power bi service to excel in different excel sheets and the join them.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the rows and columns are as parameters from one main table, to be able to make the matrix dynamically.&lt;BR /&gt;&lt;BR /&gt;And If I create an index column of the main table it will no be able to display the info in order.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;as you can see the index is not in order and I need to have from 1 to the last number.&amp;nbsp;&lt;BR /&gt;So I am thinking if it is posible to create a column that let me iterates from 1 to n number rows and that can be modified depending on the amount of rows.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 20:13:50 GMT</pubDate>
    <dc:creator>Victor90</dc:creator>
    <dc:date>2022-12-16T20:13:50Z</dc:date>
    <item>
      <title>How to get a matrix row number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2971495#M99326</link>
      <description>&lt;P&gt;Hello team, I have a report where I would like to count the number of rows to filter the matrix based on the amount of rows numbers, for example, from 0 -&amp;nbsp; 150 k rows, from 151k - 300k rows, 301-450 rows.&lt;BR /&gt;I would like to create a slicer to filter the matrix depending on the selected amount.&amp;nbsp;&lt;BR /&gt;My matrix has subcategories in rows for example&lt;BR /&gt;-Year&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; month&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year is my main row and I need to count the number of rows, is there a way to count the numbers of rows using Dax and then filter the matrix to display the information based on the amount of rows selected on the slicer?&lt;BR /&gt;&lt;BR /&gt;the idea is to export by chunks os 150k rows that data to excel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 20:23:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2971495#M99326</guid>
      <dc:creator>Victor90</dc:creator>
      <dc:date>2022-12-16T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a matrix row number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2972870#M99440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="474328" data-lia-user-login="Victor90" class="lia-mention lia-mention-user"&gt;Victor90&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide a specific sample? Then provide a result that you want .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Ailsa Tao&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 08:23:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2972870#M99440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-16T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a matrix row number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2974088#M99520</link>
      <description>&lt;P&gt;sure for example, here I have different rows that I can add based on a slicer selection, if I keep selecting more rows the will add dinamically&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and what I want to accomplish is, to have an "index" row so I can be able to create a mesure or something that allows me to display the data by chunks, for example,&amp;nbsp; create a measure that base on a slicer selection let me decide if I want to display the row from 0 - 150k rows, then from 151k - 300k rows for example, the idea to do that is to be able to export from power bi service to excel in different excel sheets and the join them.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the rows and columns are as parameters from one main table, to be able to make the matrix dynamically.&lt;BR /&gt;&lt;BR /&gt;And If I create an index column of the main table it will no be able to display the info in order.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;as you can see the index is not in order and I need to have from 1 to the last number.&amp;nbsp;&lt;BR /&gt;So I am thinking if it is posible to create a column that let me iterates from 1 to n number rows and that can be modified depending on the amount of rows.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 20:13:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-matrix-row-number/m-p/2974088#M99520</guid>
      <dc:creator>Victor90</dc:creator>
      <dc:date>2022-12-16T20:13:50Z</dc:date>
    </item>
  </channel>
</rss>

