To prepare for this recipe, perform the following steps:
- Create a table using the following formula:
R3_Table = GENERATESERIES(1,30,1)
- Create a column in that table using the following formula:
Column = ROUNDUP('R3_Table'[Value]/11,0)
To prepare for this recipe, perform the following steps:
R3_Table = GENERATESERIES(1,30,1)
Column = ROUNDUP('R3_Table'[Value]/11,0)