Forum Discussion
adriankelly
6 years agoFrequent Visitor
Column Calculated using Slider Input
Hi, I am a new user of Power BI and am having an issue getting a visual to work. The table below has fixed values for X and Y is calculated using the formula shown. The Parameter[Value]...
adriankelly
6 years agoFrequent Visitor
Hi v-lili6-msft,
Thanks for your response.
The sample file contained what I was looking for.
Coming from an excel background the DAX language and operation is a bit confusing .
Is the Y measure below storing the results in an array?
v-lili6-msft
Community Support
6 years agohi adriankelly
No, measure will calculate by it row context in a visual. It likes you define a function, then call it by row text in a visual.
Regards,
Lin
- adriankelly6 years agoFrequent Visitor
Thanks for your help.