Forum Discussion
Help understanding the relationships between tables
- 3 years ago
You can use Performance Analyzer to get the actual DAX query generated for each visual. Copy the queries for both the visuals you are interested in and paste them into DAX Studio. You can then see exactly which filters are being applied to each visual and it should help you work out why one is returning more rows than the other.
JoeCrozier See if you can post an image of your data model and explain where your slicer value are coming from and where your values are coming from.
- JoeCrozier3 years agoHelper II
Greg_Deckler Thank you for the prompt response.
Here is a photo of the model:
What I'd done so far (for the first two tabs), is just open the "staff" query, merge in the subjects query so its one giant dataset, and then for every slicer/table/card on the first two tabs use a variable from the new bigger "staff" query.