Forum Discussion
RichJW
Helper III
4 years agoSplitting tables on different tabs by %
Hi, I’m using Power BI Desktop and I am having difficulty in splitting 2 tabs of data equally. In summary… One tab has a table of data, which can have 30+ entries (rows) in the table. As the...
amitchandak
Super User
4 years agoRichJW , You need have count visual rows that you have using countrows summarize on all group by column and measure
and you can use rank filter two split on each page
Also check this pagination approach, if that can help
https://www.fourmoo.com/2017/10/31/power-bi-how-to-do-pagination-in-power-bi-reports/
RichJW
Helper III
4 years agoThanks amitchandak , I'll take a look.