Forum Discussion

brettg's avatar
brettg
Icon for Helper II rankHelper II
4 years ago
Solved

Measure 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
  • brettg's avatar
    brettg
    4 years ago

    Hello,

     

    You're right it was! Don't worry, I have found a way around this now 🙂

     

    Thanks for looking anyway

2 Replies

  • 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's avatar
      brettg
      Icon for Helper II rankHelper II

      Hello,

       

      You're right it was! Don't worry, I have found a way around this now 🙂

       

      Thanks for looking anyway