Forum Discussion

_bs_'s avatar
_bs_
Advocate I
1 year ago
Solved

Dax formula help

I have chart visual which shows Target value by month and user. The desired outcome should be a value of 10 per month per user. However it returns 50 due to there being 5 users in the dataset, so i...
  • Syk's avatar
    Syk
    1 year ago

    If your target will change depending on the month and you already have that captured in your data (assuming 'Target'[Target] is the value) you can also use MIN or MAX instead of SUM.