Forum Discussion
Live data filter doesn't work
- 10 years ago
sunjin122 this is a limitation for DirectQuery, since you are connected directly to the data source, you can't really alter the schema in a non-relational manner (text->date). One indication is this operation isn't allowed in the query editor due to folding. Changing the format can alter how the column is rendered in the report, but the semantics of cross filtering also changes, hence it didn't execute.
It's better if you keep this column in text format, or change the type in the data source.
sunjin122 this is a limitation for DirectQuery, since you are connected directly to the data source, you can't really alter the schema in a non-relational manner (text->date). One indication is this operation isn't allowed in the query editor due to folding. Changing the format can alter how the column is rendered in the report, but the semantics of cross filtering also changes, hence it didn't execute.
It's better if you keep this column in text format, or change the type in the data source.