Forum Discussion
Kolumam
Post Prodigy
8 years agoDynamic measure with Parameter changes
Hi All, I have a column called "Annual PV Consumed MWH". I created a parameter with values from 1 to 25. So when a user clicks on 1, the calculated column should multiply the below forumla ...
Zubair_Muhammad
Community Champion
8 years ago
Try wrapping the column name inside SELECTEDVALUE
i.e.
SELECTEDVALUE('Site Names (2)'[Annual PV Consumed MHW])