Hi! I have ingested my data sources, ran unification and the system has created the output table customer profile with data in the columns. But I cannot see the customer profiles because the last step search & filter index is skipped. This is despite me adding and adjusting string columns, saving and running. What am I doing wrong? Attaching pictures of the system processes and output tables.
I have done this many times before with successful results and don't understand what is wrong this time.
This is expected behavior in Dynamics 365 Customer Insights , Search & Filter index is skipped because no eligible searchable field exists in the unified Customer table. Even if the Customer output table is populated, customer profiles (tiles) won’t appear unless at least one field qualifies for search,
meaning it must:
Be data type Edm.String
Be included in search
Be well‑populated and high‑cardinality (e.g., email, phone, customer ID)
Exist in the final unified Customer table
If fields are mostly null, low‑variation, or non‑identity attributes, the system can silently skips the index run by design, and no profiles are shown.
Fix you can try:
Remove all indexed fields -> add one strong identifier (email/customer ID) -> mark it searchable --> Run the Search & Filter index again.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.