Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
diskovered
Helper III
Helper III

Text filter and concat

I'm using Text filter and love it however I was wondering if anyone have suggestions on improving performance of Text filter and concat when doing a search:

 

CONCAT([employee], ' ', [first], ' ', [last], ' ', [order], ' ', [store], ' ', [code], ' ', [sub], ' ', [department], ' ', [id], ' ', [seller], ' ', [unit], ' ', [sku], ' ', [item], ' ', [item_name]) AS [TextFilter],

 

 

Approx 1 million rows and it's doing full table scan I think is the problem that's why it's slow. Any suggestions on this approach?

 

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @diskovered

 

How do you model your data?

From your information, it seems diferent kinds ("employee","order","department", "item") information are in the same table.

Please model your data into several tables and create relationships among tables, it may make a better performance.

Reference:

Power BI Best Practices

video: Data modeling for Power BI 

 

Best Regards

Maggie

 

 

 

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @diskovered

 

How do you model your data?

From your information, it seems diferent kinds ("employee","order","department", "item") information are in the same table.

Please model your data into several tables and create relationships among tables, it may make a better performance.

Reference:

Power BI Best Practices

video: Data modeling for Power BI 

 

Best Regards

Maggie

 

 

 

I'll try to model my data into several tables and see if that works. Thanks

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.