Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi ,
I want to count No. of customers who occurred once and more than 1 once.
First I have a calculated column :
Solved! Go to Solution.
Hi @dgdgdg122db ,
try DISTINCTCOUNT
https://docs.microsoft.com/en-us/dax/distinctcount-function-dax
use it in a measure.
Yours sincerely,
Brigi
Hi @dgdgdg122db ,
As brigittagemes 's suggestion, you may create the [Order occurrence] using measure instead of calculated column like DAX below.
Order occurrence=DISTINCTCOUNT('Unique Order customer'[Customer No.])
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dgdgdg122db ,
As brigittagemes 's suggestion, you may create the [Order occurrence] using measure instead of calculated column like DAX below.
Order occurrence=DISTINCTCOUNT('Unique Order customer'[Customer No.])
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dgdgdg122db ,
try DISTINCTCOUNT
https://docs.microsoft.com/en-us/dax/distinctcount-function-dax
use it in a measure.
Yours sincerely,
Brigi
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |