To prepare for this recipe, do the following:
- Open Power BI Desktop.
- Create a table called R01_Table using the following formula:
R01_Table =
SELECTCOLUMNS(
ADDCOLUMNS(
GENERATESERIES(1,20,1),
"Number",
RANDBETWEEN(1,5)
),
"Value",[Number]
)
To prepare for this recipe, do the following:
R01_Table =
SELECTCOLUMNS(
ADDCOLUMNS(
GENERATESERIES(1,20,1),
"Number",
RANDBETWEEN(1,5)
),
"Value",[Number]
)