Forum Discussion
syam562
3 years agoNew Member
Dynamic Y Axis Constant Line in Line chart (SSAS & PowerBI)
Hi All, Please help. Requirement:- I want to add dynamic 'Y Axis constant line' in Line Chart visual using a dropdown list slicer. So the user can select the constant line every month from...
amitchandak
Super User
3 years agosyam562 , Create a measure using the series
measure = selectedvalue(Param[Value])
and use that in constant line fx option