Forum Discussion
Help with DAX
Hi all,
I'm creating a measure that its ok, but I want the same number without taking count of (month)
B_ClientsPromo has to be always 170 like in may. Here's the formula:
Thanks!
- Anonymous4 years ago
Hi amitchandak , Thanks! I've been able to extend the value to all months, but now the value is incorrect (1026 instead 170):
Any ideas? The truly clients who have bought in may are 170:
Thanks for all!
3 Replies
- amitchandakSuper User
Anonymous , Try like
CALCULATE(DISTINCTCOUNT(Tickets[client_id]),FILTER(all(Tickets),Tickets[date]>MIN('Acciones Promocionales'[DisponibleDesde]) && Tickets[date]<MIN('Acciones Promocionales'[DisponibleHasta]))
- AnonymousNot applicable
Hi amitchandak , Thanks! I've been able to extend the value to all months, but now the value is incorrect (1026 instead 170):
Any ideas? The truly clients who have bought in may are 170:
Thanks for all!
- AnonymousNot applicable