I am trying to make a report with live data. I load my data from SQL Server by using Direct Query. I made few charts and filters. All filters are working well, except the Date filter, everytime when I use it, it will kill all the charts as the pic shown below. Before, the Data Column is Text format and I changed it to Date format, by going into the Modeling tab and select the data column from the Fields pane, since this is live data i cannot do this in Edit Query. Can somebody help me with this problem? Thank you!
Solved! Go to Solution.
@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.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
394 | |
105 | |
68 | |
55 | |
49 |
User | Count |
---|---|
379 | |
118 | |
81 | |
67 | |
53 |