Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
HI,
What is the right syntax to load table with"
where table.date > 2013?
Year is after 2013 - I got many kind of error.
Many thanks.
Solved! Go to Solution.
@nirrobi what is the datatype of the date column?
Something like this may work, but without the schema of the table no one can directly help you
select <column1>, <column2>, etc
from table
where date > '2013-1-1'
Hi,
the data type is:
2015-10-04 00:00:00
I succeed in excel query to filter by date but its look like:
DATE>{ts '2015-10-04 00:00:00'}
when I paste it in power bi I get the error:
Oracle: ORA-00911
Any idea?
many thanks.
Nir
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 25 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 54 | |
| 35 | |
| 27 | |
| 24 | |
| 20 |