Forum Discussion
Overflow table content into a second table
- Anonymous6 years ago
HI jeggen ,
You can add an index column to your table, then write a page column to group records based on index filed.
After these, you can apply page on visual level filer to control table visual display different page records.Page = INT ( ( 'Table'[Index] - 1 ) / 10 ) + 1Regards,
Xiaoxin Sheng
Hi jeggen ,
Nope, current power bi does not support this, maybe you can submit an idea for this requirement.
Regards,
Xiaoxin Sheng
Is there a way to manually do this? I know how to format one table to show only the top x records (35 is what fits.) I only see a way to do the top x or bottom x records, but is there a creative way to show the bottom y records where y = total records - x?
- Anonymous6 years agoNot applicable
HI jeggen ,
You can add an index column to your table, then write a page column to group records based on index filed.
After these, you can apply page on visual level filer to control table visual display different page records.Page = INT ( ( 'Table'[Index] - 1 ) / 10 ) + 1Regards,
Xiaoxin Sheng