To prepare for this recipe, do the following:
- Open Power BI Desktop.
- Create a table called R02_Table using the following formula:
R02_Table =
SELECTCOLUMNS(
GENERATESERIES(-50, 50, 1),
"X",[Value]
)
To prepare for this recipe, do the following:
R02_Table =
SELECTCOLUMNS(
GENERATESERIES(-50, 50, 1),
"X",[Value]
)