Forum Discussion
Need HELP with DAX please!
- 4 years ago
Hi, Anonymous
This can be a little difficult if your model involves slicers.
You are using a calculated column instead of a measure, which will cause the result to be static(not recalculated based on your current filter context). If you use measure instead, the result will be correct, but you won't be able to apply it to the 'Axis' on the bar chart.Best Regards,
Community Support Team _ Eason
Hi, Anonymous
This can be a little difficult if your model involves slicers.
You are using a calculated column instead of a measure, which will cause the result to be static(not recalculated based on your current filter context). If you use measure instead, the result will be correct, but you won't be able to apply it to the 'Axis' on the bar chart.
Best Regards,
Community Support Team _ Eason
Thank you v-easonf-msft .I suspect this might be the case. Would be good to enable this feature in the Power BI.