I have imported a large data set into the data model in Excel and am working on a pivot table from it. I want to create a measure that can reference a cell in the worksheet.
Currently I have
=SUM(Column 1) * 83 (from cell A3)
I don't want to hard code it; I want the flexibility to update the 83.
How can I do that?