Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
I have a table that is stored in a qvd file. The setup is as follows:
If ClientID is your key to other tables, it's possible and even likely that you're selecting ClientID values from those tables, not this one. However, without seeing the actual data, there's no way to know for sure.
I went back and ensured the ClientID was coming from the UpdatedClients table in the filter and i still get the same result. What might you need to see in order to determine the issue?
Ah, your phrasing explains what I assume is the source of confusion. You can't control the "source" of a filter on a field. If your filter is for the field ClientID, it's going to list all values for ClientID regardless of the source table.
If it is critical for you to only have values from a specific table, you can filter on a calculated dimension that only allows values from a specific table (e.g. ones that have a Client Name that isn't null). However, you won't be able to do this directly on a field.
Thank you for the explanation. I am loading the qvd files in the following manner: