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 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 20 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 35 | |
| 28 | |
| 21 | |
| 19 | |
| 17 |