Forum Discussion
Anonymous
6 years agoNot applicable
Create a calculated row
I have a "User registration date" and "product purchase date" in my dataset... Simply what I want to do is; when I change date range in slicer, how many of them have become members between these d...
- 6 years ago
hi, Anonymous
Use DISTINCTCOUNT in the formula
Result 3 = var _fromdate=CALCULATE(MIN(Sheet1[New Transaction Date]),ALLSELECTED(Sheet1)) var _enddate=CALCULATE(MAX(Sheet1[New Transaction Date]),ALLSELECTED(Sheet1)) return CALCULATE ( DISTINCTCOUNT( Sheet1[WalletID] ), FILTER ( Sheet1 , Sheet1[New Wallet Createddate] >= _fromdate && Sheet1[New Wallet Createddate] <= _enddate ) )Regards,
Lin
Anonymous
6 years agoNot applicable
Hi Mariusz , Im so sorry, I updated my previous post. Please kindly check it again.
Mariusz
6 years agoCommunity Champion
Hi Anonymous
Please see the below and the attached file.
The only change I have made is adjusted WalltID 878982 Wallet Createddate date back to 02/09/2019.
according to your recent post, the result should be correct.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.