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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
12CV
Regular Visitor

Row Data count in power BI

Hi All,

 

I want to show total equipment count 41  in power BI Like ( 1+1 +38+ 1= 41) 
below table I have in spread sheet 

12CV_0-1683624866636.png

 

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @12CV 

 

You can try the following methods.

Measure = CALCULATE(SUM('Table'[Equipment Number]),ALL('Table'))

vzhangti_0-1683786808303.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

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-zhangti
Community Support
Community Support

Hi, @12CV 

 

You can try the following methods.

Measure = CALCULATE(SUM('Table'[Equipment Number]),ALL('Table'))

vzhangti_0-1683786808303.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

12CV
Regular Visitor

Hi,
This is just example, number might be anything. 
I want to achive the total count.

v-zhangti
Community Support
Community Support

Hi, @12CV 

 

Based on the example data you provided, can you explain why you expect the output to be 41?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors