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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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