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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Calcule number items of a group

Hello community

 

How can I calculate a number of items in the same table.

 

Exemple :

 

itemMonthsNumber of item per month 
JJanuary3 
JJanuary3 
JJanuary3 
JFebruary2 
JFebruary2 
MJanuary1 

 

My column "Number of ielm per month" calculate the number of item group by month so the item J appears 3 times for the month January 

 

Thanks for your help

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

@Anonymous 

 

Try this measure:

Count of items per month = CALCULATE(
                            COUNT(Table1[item]), 
                                ALLEXCEPT(Table1, Table1[Months], Table1[item]))

Result.JPG

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

2 REPLIES 2
Anonymous
Not applicable

It's just what I am looking for.

Thanks a lot

Have a good day 🙂 @PaulDBrown

PaulDBrown
Community Champion
Community Champion

@Anonymous 

 

Try this measure:

Count of items per month = CALCULATE(
                            COUNT(Table1[item]), 
                                ALLEXCEPT(Table1, Table1[Months], Table1[item]))

Result.JPG

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.