Forum Discussion
_power_bi
2 years agoHelper I
Large Table Visual that Needs Filtering on RowCount
I have a large table visual where the source is 2M+ rows. I want to filter the table where only the first 25,000 will appear in the table. I have a secondary table filter named InDateRange that is ...
lbendlin
2 years agoSuper User
There is no need. Power BI automatically applies a TOPN(501) to your table visual, and then waits for the report user to scroll before calling the next batch.
- _power_bi2 years agoHelper I
There is a need. This is a large (wide) table. Without filtering the rows, it will eventually not render the visual.