Hi,
I have a data range with 4 columns but 80k rows. they are all text values. I would like to create a report like the below by using dax formular in data table pivot table "concatenatex "
However, using the youtube link above I can only select data report for 5000 rows and the data table pivot table will show "reading data" and end up with nothing after. Does anyone know why this is the case or Dax formular has got a limit of the rows for its data sheet?
thanks a lot
Cheers,
Peter
I have a data range with 4 columns but 80k rows. they are all text values. I would like to create a report like the below by using dax formular in data table pivot table "concatenatex "
Data Report | ||||
a | c | b | d | |
1 | aa | aaa | aaaa | aaaaa |
2 | bb | bbb | bbbb | bbbbb |
3 | cc | ccc | cccc | ccccc |
4 | dd | aaa | aaaa | ddddd |
5 | ee | bbb | bbbb | eeeee |
Report | Pivot Table | |||
a | c | b | d | |
1 | aaaa | bbbb | cccc | |
2 | aa | aaaaa | ||
3 | bb | bbbbb | ||
4 | cc | ccccc | ||
5 | dd | ddddd | ||
6 | ee | eeeee |
However, using the youtube link above I can only select data report for 5000 rows and the data table pivot table will show "reading data" and end up with nothing after. Does anyone know why this is the case or Dax formular has got a limit of the rows for its data sheet?
thanks a lot
Cheers,
Peter