Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Oye
Como ejemplo. Si tengo algunos datos sobre cuándo la gente se ha registrado en el trabajo.
Nombre del empleado | Hora de entrada | Período de tiempo |
Pato Lucas | 06:22:17 | ? |
Goofy | 12:56:24 | ? |
Wayne Rooney | 21:22:39 | ? |
Quiero agregar una columna calculada que trabaje el período de tiempo en el que cae el check-in.
Los límites Inicio y Fin del Período de tiempo se basarán en una tabla independiente a continuación.
Período de tiempo | Inicio de la hora | Time End |
1 | 06:00:00 | 10:00:00 |
2 | 10:00:00 | 16:00:00 |
3 | 16:00:00 | 19:00:00 |
4 | 19:00:00 | 00:00:00 |
Quiero que se configure de una manera que cuando actualizo el inicio de la hora y el fin del tiempo en esta tabla mi período de tiempo en la primera tabla se actualizaría.
Muchas gracias,
Solved! Go to Solution.
Puede obtener una nueva columna como esta en la tabla 2. Y usted puede unirse a ambos tabla en el id de tiempo
Id. de tiempo: maxx(filter(Table2, table1[Check In Time]>-table2[Time Start] && table1[Check In Time]<table2[Time End]),Table2[Time Period])
Además, puede obtener una columna como , Pero mejor unir dos tabla
hora de inicio: maxx(filter(Table2, table1[Time id]-table2[Time Period]),Table2[Time Start])
Aprecia tus Felicitaciones.
Puede obtener una nueva columna como esta en la tabla 2. Y usted puede unirse a ambos tabla en el id de tiempo
Id. de tiempo: maxx(filter(Table2, table1[Check In Time]>-table2[Time Start] && table1[Check In Time]<table2[Time End]),Table2[Time Period])
Además, puede obtener una columna como , Pero mejor unir dos tabla
hora de inicio: maxx(filter(Table2, table1[Time id]-table2[Time Period]),Table2[Time Start])
Aprecia tus Felicitaciones.
No lo entendí completamente. Por favor, explique con un ejemplo
Pero usted puede obtener una tabla de tiempo como :https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/
Trabajo entre período :https://kohera.be/blog/power-bi/how-to-create-a-time-table-in-power-bi-in-a-few-simple-steps/
Aprecia tus Felicitaciones.
Gracias por tender la mano.
Como ejemplo. Si tengo algunos datos sobre cuándo la gente se ha registrado en el trabajo.
Nombre del empleado | Hora de entrada | Período de tiempo |
Pato Lucas | 06:22:17 | ? |
Goofy | 12:56:24 | ? |
Wayne Rooney | 21:22:39 | ? |
Los límites Inicio y Fin del Período de tiempo se basarán en una tabla independiente a continuación.
Período de tiempo | Inicio de la hora | Time End |
1 | 06:00:00 | 10:00:00 |
2 | 10:00:00 | 16:00:00 |
3 | 16:00:00 | 19:00:00 |
4 | 19:00:00 | 00:00:00 |
Quiero que se configure de una manera que cuando actualizo el inicio de la hora y el fin del tiempo en esta tabla mi período de tiempo en la primera tabla se actualizaría.
@cmcdowall no sé si entendí tu pregunta. Tiene una tabla de datos y desea traer estas columnas de inicio y fin de tiempo en la tabla de datos, ¿correcto? si ese es el caso, ¿puede compartir cómo se ve la tabla de datos?
Lea este post para obtener su respuesta rápidamente.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.