Forum Discussion
brettg
Helper II
4 years agoMeasure to update with date slicer
Hello,
If I have date slicers on my report, how would I make the below measure update when I change them? Currently it does not
measure = countx(distinct('Table'), 'Table'[column])
Thanks,
Brett
Hello,
You're right it was! Don't worry, I have found a way around this now 🙂
Thanks for looking anyway
2 Replies
- lbendlin
Super User
that measure is a little malformed. Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Please show the expected outcome.
- brettg
Helper II
Hello,
You're right it was! Don't worry, I have found a way around this now 🙂
Thanks for looking anyway