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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
alejandroezp
Helper I
Helper I

Contado de filas filtrado

Buenos días,

 

Estoy intentando contar el número de filas que aparecen a nombre de una persona específica. El problema es que en la tabla hay muchos más nombres que no quiero contar.

Adjunto una tabla de ejemplo:

Nombre

Recibo

Jose LuisRE455
JuanRE456
FernandoRE457
PabloRE458
JuanRE459
Jose LuisRE460
TeresaRE461
JuanRE462
CarlaRE463
PabloRE464
TaniaRE465
ElenaRE466
JuanRE467
Jose LuisRE468

 

Mi intención es que se cuenten sólo las filas a nombre de "Juan" y aparezcan las 4 filas correspondientes

 

Saludos y gracias

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

pls try this :
MI= CALCULATE(COUNTROWS('your table'), FILTER(ALL('your table') , 'your table'[Nombre]="Juan"))

View solution in original post

1 REPLY 1
Ahmedx
Super User
Super User

pls try this :
MI= CALCULATE(COUNTROWS('your table'), FILTER(ALL('your table') , 'your table'[Nombre]="Juan"))

Helpful resources

Announcements
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.