Forum Discussion
Only show data form yesterday, error message
Hi LQuedas
I did change them. But is it correct that < #date, does not refer to the column, right?
Hey Paritäa
let's try step by step 🙂
1) I created a new dataset with a column named TimeStampDate that I want to filter
2) I added a filter to the TimeStampDate Column to load all the rows except today's rows
3) then I've edited the query with the advance editor
4) Finally, I Replaced the date #Date(2003,4,4) by the Year, Month and day of the UTCNow() function
Year - > Date.Year(DateTimeZone.UtcNow())
Month - > Date.Month(DateTimeZone.UtcNow())
Day - > Date.Day(DateTimeZone.UtcNow())
This change will make the filter dynamic depending on the UTC now date.
Hope this now makes sense to you.
Cheers, LQ
- Paritäa3 years agoFrequent Visitor
Expression.Error: The column 'TimestampUtc' of the table wasn't found.
Details:
TimestampUtc
I got this error message before, but as you've seen at the screenshot there actually is a column named the exact name. I even copy pasted it to make sure...