Forum Discussion
Anonymous
4 years agoNot applicable
Need HELP with DAX please!
Hello All I have a complex request to be able to select a sample of data for auditing based on user-selected dates. What I want to be able to do is: Take the Date diff between the User-s...
- 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
Anonymous
4 years agoNot applicable
Any help would be much appreciated guys! thank you