Forum Discussion
Victormar
Helper V
3 years agoGenerate dates in between values on the same column
Hello community,
I have a table with a counter on the number of vehicles and the date, and I would like to create the counting up until today, if possible. Say I have:
Date
Brand
Countr...
Victormar
Helper V
3 years agoThat looks good, I tried to do it with a line chart but I couldn't see the evolution, it looked like:
Is it possible to replicate it up until today? I tried modifying your measure for the current date, but didn't change.
Thanks again tamerj1
tamerj1
Community Champion
3 years agoOnly change the last date of the date table to today like
CALENDAR ( MIN ( 'Table'[Date] ), TODAY ( ) )
- Victormar3 years ago
Helper V
I did, but it doesn't seem to apply :S.
Ideally I want a line chart, and it looks like:
My calendar table:
Fleet History Date = CALENDAR ( MIN ( 'Fleet History'[date_analysis] ), TODAY())I have also changed it in the formula, so date is <= today()