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