Forum Discussion
MathildaP
5 years agoFrequent Visitor
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...
- 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 regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic
selimovd
Most Valuable Professional
5 years agoHey 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
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic