My csv file have one column with multiple rows.
I read that file in power bi desktop and try to display as paginated report .
The design I want to display is I like to show every 10 record as one page so I want to add same index for every 10 row and increase 1 and so on . So that I can group by that index and combine text .
Then I can show as one page in paginated report.
I like to know how can I add same index columns for every 10 row in power bi query?