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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Count how many times a number is repeated in a table

Hello, good afternoon.

as I can count how many times a number is repeated in a table.

For example I have this table.

Dymension_0-1657929171731.png

In the RequestStatusId column, I want to get how many times the 6 is repeated

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

What did help me was this:

COUNTX(FILTER(DatActivosSolicitudes, RELATED(CatSolEstatus[SolicitudEstatusId])= 6), DatActivosSolicitudes[SolicitudEstatusId])
filtering and searching by number 6

View solution in original post

5 REPLIES 5
Syndicate_Admin
Administrator
Administrator

What did help me was this:

COUNTX(FILTER(DatActivosSolicitudes, RELATED(CatSolEstatus[SolicitudEstatusId])= 6), DatActivosSolicitudes[SolicitudEstatusId])
filtering and searching by number 6
Ashish_Mathur
Super User
Super User

Hi,

Drag that column to the Table visual and write this measure

Count = counta(Data[RequestStatusId])


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

I do not know if I gave myself to explain but it was to count how many times the number 6 is repeated in the column RequestEstatusId

My solution will do exactly that.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

But not all the data I have in that column is number 6

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors