Getting ready

To prepare for this recipe, do the following:

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