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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

cómo puedo contar filas por tiempo y categoría.

Screenshot 2021-08-23 at 23.33.41.png

Según la imagen, quiero crear una columna que muestre el número de pedidos anteriores. Los pedidos tienen que ser contados por separado por tienda y restablecerse todos los días.

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

@Pobthams , Crear una nueva columna como

countx(filter(Table, [Store] = earlier([Store]) && [date] = earlier([Date]) && [time] < earlier([Time])),[Time])+0

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

@Pobthams , Crear una nueva columna como

countx(filter(Table, [Store] = earlier([Store]) && [date] = earlier([Date]) && [time] < earlier([Time])),[Time])+0

@amitchandak ¿Qué pasa si quiero contar los pedidos entre las 3 PM desde el día anterior hasta el último pedido, y restablecer todos los días a las 3 PM?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.