Forum Discussion

Edmc2811's avatar
Edmc2811
Regular Visitor
2 years ago

Calendario

Buen día a todos, quiero crear un calendario de días libres, descansos médicos e inasistencias de mi personal similar a esta tabla en Power BI con un resumen en donde puedo determinar con cuanto personal tuve en un día determinado.

Muchas gracias por su soporte.

 

 

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  Edmc2811 ,

    I created some data:

     

    Here are the steps you can follow:

    Result1:

    You can use the matrix visual and then place the fields into visual as follows.

    Result2:
    Create a measure:

    Measure =
    COUNTX(FILTER('Table','Table'[User]<>BLANK()),[User])
    Place the fields as follows into the visual:

    If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly