Forum Discussion
Power bi data filter
Hi
I have a report with million of data to be fetched into a table.there is 1 slicer and multiple text filters.
The issue which we are facing is that the moment a value is selected in slicer it starts running and fetching data into the table which it takes a lot of time to do. So is it possible to find a way where-
1) till the time 1 slicer and text filter applied it should not fetch the data
2) slicer can internally filter the data but when text filter is applied then it visually displays it ? (It is not working via edit interactions)
6 Replies
- lbendlinSuper User
There are tenant level limits (like the 1 million you mentioned) and there are physiological limits. No report user will ever scroll past the first 500 values in a slicer or table.
Use the filter pane instead, and pre-filter by other columns.