To prepare for this recipe, perform the following steps:
- Create a table using the following formula:
R04_Table = GENERATESERIES(DATE(2020,1,1),DATE(2022,12,31))
- Create a measure in that table using the following formula:
CountOfDays = COUNT([Value])