The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
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 |
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
108 | |
78 | |
66 | |
52 | |
50 |
User | Count |
---|---|
121 | |
120 | |
78 | |
63 | |
62 |