Forum Discussion

saykasku's avatar
saykasku
Resolver I
7 years ago
Solved

Large dim table and filter

I have to create simple report in PBI - only one dim and fact. No aggregations, hierarchies or other stuff. Customer dimmension have 10 millions unique elements and i have problem with filter. I need to filter this dim using string column (10 digits in string because of starting 0). I don't know how to do that quickly...
My idea is to split that column to 10 other columns with only one digit in each. I have problem here too because user want to copy-paste that full number but he have 10 filters. Performance using this 10 columns is ok.

Can you help me with this somehow?

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Could you maybe explain the problem a bit more in detail? im not sure if i understand correctly. Also, maybe add some sample data?

    • saykasku's avatar
      saykasku
      Resolver I

      Example:

      Sample data - Column with 10 digits (string, 10 millions unique rows) 

       

       

      I need to filter report using this column.
      My idea was that:

       

       

      I can filter using 10 slicers (fast because of only 10 unique calues in one column) but user want one text box because of copy-paste possibility.

       

      No ideas here...