March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.