Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I have a table where there is id. next chained id Start date, End date.
What I'm trying to achieve is to calculate the total duration of the work leaves but I'm not able to come up with the solution how the "edge case" is recognized that it is the last workleave that is part of the whole chain and the bolded "False" should also be True
This is my best effor (calculated column
Solved! Go to Solution.
Read about the PATH functions.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Read about the PATH functions.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Access is denied.
I got a bit forward with this and got the dax to calculate the total duration of the chained work leaves
Workleave.id | Previouschainedworkleave.id | path | Duration | Total duration |
111 | 111 | 1 | 1 | |
222 | 111 | 111 | 222 | 1 | 2 |
333 | 222 | 111|222|333 | 1 | 3 |
444 | 444 | 1 | 1 | |
555 | 555 | 1 | 1 |
but the correct end result would be
Workleave.id | Previouschainedworkleave.id | path | Duration | Total duration |
111 | 111 | 1 | 3 | |
222 | 111 | 111 | 222 | 1 | 0 |
333 | 222 | 111|222|333 | 1 | 0 |
444 | 444 | 1 | 1 | |
555 | 555 | 1 | 1 |
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
103 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
151 | |
121 | |
73 | |
71 | |
63 |