Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

I Would like count customer numbers between two dates

I would like to know how many customers are newly joined from this month first to today,Can someone help me on this

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous ,

 

You may refer to the following post.

https://community.powerbi.com/t5/Desktop/Want-to-calculate-number-of-new-customers-per-every-month-of-the/m-p/349689#M157111

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@Anonymous ,

 

You may refer to the following post.

https://community.powerbi.com/t5/Desktop/Want-to-calculate-number-of-new-customers-per-every-month-of-the/m-p/349689#M157111

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @Anonymous 

 

You can create a calculate column

 

CalculateColumn = IF(YEAR(Sheet2[Date]) = YEAR(NOW()) && MONTH(Sheet2[Date]) = MONTH(NOW()), 1, 0)
 
Then use this column as filter and set filter value as 1. Then take the count of your customer ID or name. this will givge the total customers for current month from 1 to till date.
 
If this solution solves your problem then mark this as solution and give the kudos.
 
Thanks
rocky09
Solution Sage
Solution Sage

you will get the required results if you use Slicer.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.