Forum Discussion
customers count
- 2 years ago
You were unable to calculate the number of customers because there is no connection between customers and dates.
If the intention was to calculate the number of customers who made purchases in different countries by year, then the required formula is:
RepeatCustomers =DISTINCT COUNT('Internet Sales'[Customer Key])The updated pbix is attached
If this post helps, please consider Accepting it as the solution to help the other members find it more quickly.
You were unable to calculate the number of customers because there is no connection between customers and dates.
If the intention was to calculate the number of customers who made purchases in different countries by year, then the required formula is:
The updated pbix is attached
If this post helps, please consider Accepting it as the solution to help the other members find it more quickly.