Forum Discussion

MathildaP's avatar
MathildaP
Frequent Visitor
5 years ago
Solved

Dax for avaibality

Dax for avaibality  Assignee (Have this data) Starteddate of a ticket (Have this data) Estimated hours (How long a task will take) (Have this data) Due date of ticket (Have this data) Est...
  • selimovd's avatar
    5 years ago

    Hey MathildaP ,

     

    a few sentences of explanation would help to understand the problem a little better.

    Add the following calculated column:

    Estimated hours per month =
    DIVIDE(
        myTable[Estimated hours],
        DATEDIFF(
            myTable[Starteddate],
            myTable[Due date],
            MONTH
        )
    )

     

    If you need any help please let me know.
    If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
     
    Best regards
    Denis