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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Cálculos de tiempos promedio en una matriz

Buenos días.

 

Tengo la siguiente matriz:

 

JUANDAC_0-1687244008964.png

 

Y necesito calcular los tiempos promedio de cada día del mes por agente y por día en el total de filas y columnas y a través de una tarjeta el tiempo promedio global (para todo el mes), sin embargo, no he podido.

¿Me pueden ayudar por favor?

 

7 REPLIES 7
lbendlin
Super User
Super User

the transfer has expired - can you please repost?

Anonymous
Not applicable

En Excel queda la matriz más o menos así:

 

En duración (tiempo):

 

JUANDAC_0-1687284794373.png

 

En números:

 

JUANDAC_1-1687284794379.png

 

¿Me puedes orientar por favor?

 

Quedo atento @amitchandak .

Anonymous
Not applicable

Can anybody help me?

 

@Ritaf1983 @lbendlin @Ahmedx @Ashish_Mathur 

 

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Anonymous
Not applicable
Anonymous
Not applicable

Good Morning dear Amitchandak.

 

The solution provided does not work for me.

=(

amitchandak
Super User
Super User

@Anonymous , You need a measure like

 

Avg Time=

var _hr = AverageX(Table, hour([Time])+ minute([Time])/60 + second([Time]) )

return

Time(0,0,0) +_hr

 

 

or

 

Duration
https://radacad.com/calculate-duration-in-days-hours-minutes-and-seconds-dynamically-in-power-bi-usi...
https://social.technet.microsoft.com/wiki/contents/articles/33644.powerbi-aggregating-durationtime-i...
https://www.pbiusergroup.com/communities/community-home/digestviewer/viewthread?GroupId=547&MessageK...
https://community.powerbi.com/t5/Quick-Measures-Gallery/Chelsie-Eiden-s-Duration/m-p/793639#M389

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.