This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. 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.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 20 | |
| 20 |