Forum Discussion

Learner82's avatar
Learner82
New Member
1 year ago

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

  • 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.

    • Learner82's avatar
      Learner82
      New Member

      I tried working with top n but it is still taking 30 seconds to just fetch it. I am assuming it internally fetches the million of rows first and then shows top 100 

      • lbendlin's avatar
        lbendlin
        Super User

        pre-filter by other columns, ideally with much lower cardinality.