Forum Discussion

nigama's avatar
nigama
Advocate I
10 months ago
Solved

Too Many Literal Values Error when Unfiltered with Search-Based Table Visual

I’m working with a Power BI report that uses DirectQuery to connect to three Dataverse tables: Directory Table – Contains over 6,000 employee records with fields like Name and ID. Scanner Data Tab...
  • nigama's avatar
    nigama
    10 months ago

    Hi Anonymous , thank you for the response but I was unable to solve the issue using this measure.


    What worked for me was using the top N filter for (Directory_Emp[ID]) based on the First of (Directory_Emp[ID]) instead of Count of (Directory_Emp[ID]). Moreover I also noticed that my visualization worked when I changed the cardinality to many to one instead of the autodetected many to many. I noticed that using either of these made my model work and currently I am using both of them.