Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
sunjin122
Helper I
Helper I

Live data filter doesn't work

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!

 

Capture.PNG

1 ACCEPTED SOLUTION
pqian
Microsoft Employee
Microsoft Employee

@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.

View solution in original post

2 REPLIES 2
pqian
Microsoft Employee
Microsoft Employee

@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.

@pqianThank you for your help!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors