Forum Discussion
Anonymous
6 years agoNot applicable
Days since first case DAX
I would like to create some of the COVID-19 visualisations in Power Bi. So confirmed cases over time, but without using the date as the axis. I would like to use days since first case for each countr...
Anonymous
6 years agoNot applicable
You could probably do something like this
Days since first case = int ( today() - firstdate(field with dates of cases))
- Anonymous6 years agoNot applicable
Hi Anonymous - I tried this and it is not giving the desired result. Thank you