Forum Discussion
VMP
3 years agoFrequent Visitor
If else DAX Measure
I was able to create a calcuated column at row level calculation, but I have to calculate as measure. Please guide me on how to create a Measure rather than column? Below is DAX to create calcula...
VMP
3 years agoFrequent Visitor
Thanks for input! Getting belowe error message.
A single value for column 'Forecast Area' in table 'Target' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
- eliasayyy3 years agoMemorable Member
oh my bad
we need to change target[amount] because we are using it in measures can you please let me know how you want it? like amount multiplies by 1 is row by row? or sum of it or the max ...