Forum Discussion
Kolumam
8 years agoPost Prodigy
Dynamic 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
8 years agoCommunity Champion
Try wrapping the column name inside SELECTEDVALUE
i.e.
SELECTEDVALUE('Site Names (2)'[Annual PV Consumed MHW])