Forum Discussion
Items disappearing upon filtering/including
- 1 year ago
Use Performance Analyzer to get the queries both when it works, with the IDs, and when it doesn't with just the customer name. Look at the queries in DAX Query View and compare the __DS0FilterTable variables, see if you can spot the difference.
Are there any non-ASCII characters in the name that doesn't work ? I'm not sure if text filters work with non-ASCII characters.
Use Performance Analyzer to get the queries both when it works, with the IDs, and when it doesn't with just the customer name. Look at the queries in DAX Query View and compare the __DS0FilterTable variables, see if you can spot the difference.
Are there any non-ASCII characters in the name that doesn't work ? I'm not sure if text filters work with non-ASCII characters.
The non-ASCII part was the solution!! Appreciated VERY much johnt75 !!! If I wouldn't have blurred my screenshots it would have been obvious for you. Very impressed that you would even think of such a thing as a possible reason. And I have learned smth! Again, appreciated!