Forum Discussion
Anonymous
1 year agoNot applicable
How to set a date range
Hi, I hope someone can help me to solve this. I want to set a date range since 2024-01-01 to current date. I tried with this code but it doesn´t work. = Table.SelectRows(ConjuntoDeDatosConFaseTem...
- 1 year ago
Anonymous,
Try replacing the code in red with this:
DateTime.LocalNow()
DataInsights
1 year agoSuper User
Anonymous,
Try replacing the code in red with this:
DateTime.LocalNow()
- DataInsights1 year agoSuper User
Anonymous,
Does your date field have a time portion? It may be simpler to use a date rather than a datetime:
DateTime.Date(DateTime.LocalNow())