I was wondering why doing the following doesn't work in DAX (it would be much neater than a nested IF), or even if there is a way to get it to work.
=RELATED("MVD["&[scenario_id]&"]")
Description of the data: 2 tables, the table that related is pulling the column reference based on a value filled in the other row. Running the above formula gives you the following error: Function RELATED expects a fully qualified column reference as its argument.