Forum Discussion

nigama's avatar
nigama
Icon for Advocate I rankAdvocate I
1 year ago
Solved

Power BI Matrix Not Showing Values for All Category-Group Combinations

What I'm Trying to Do I have a table called EntityAssignments that tracks where each entity is assigned.   EntityAssignments has these fields:   EntityID Name Group Category SubLocation I ...
  • nigama's avatar
    1 year ago

    Thank you v-pnaroju-msft and Royel 

    I was able to resolve the issue but switching my dimension tables to dual mode(import mode works too). 
    A possible explaination I found for this is that, in DirectQuery Many to Many relationships  generate complex subqueries for power BI and since my fact table right now have Many to many relations with my dimension tables, I have this issue. I am still looking into a detailed understanding of the behaviour.