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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Conteo de fechas

Hola!

Tengo una tabla con ordenes de servicio, estas ordenes tienen dos columnas con fechas, una agendada y la otra cuando se ejecutó. Necesito dentro de la visualización filtrar un rango de fechas y que me calcule cuantas ordenes de servicio se agendaron para ese rango y cuantas se ejecutaron. Hasta ahora solo he logrado que me arroje la cantidad de ordenes ejecutadas ya que esta es la fecha principal para todo el modelo de datos.

 

Muchas gracias.

Saludos!

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

I have created a sample for your reference, please check the following steps as below.

1. Create a date table as below and make it related to the fact table like that.

date = CALENDAR(DATE(2019,01,01),DATE(2019,01,31))

rel.PNG

 

2, Based on that, create two meausres as below to get the excpted result.

end = CALCULATE(COUNTROWS('Table'),USERELATIONSHIP('Table'[end date],'date'[Date]))
start = COUNTROWS('Table')

 

Capture.PNG

 

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

I have created a sample for your reference, please check the following steps as below.

1. Create a date table as below and make it related to the fact table like that.

date = CALENDAR(DATE(2019,01,01),DATE(2019,01,31))

rel.PNG

 

2, Based on that, create two meausres as below to get the excpted result.

end = CALCULATE(COUNTROWS('Table'),USERELATIONSHIP('Table'[end date],'date'[Date]))
start = COUNTROWS('Table')

 

Capture.PNG

 

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.