Forum Discussion
pwrbiadm
7 years agoHelper I
Calculated Column as Day Counter Until Values Match in Different Rows
I want to create a calculated column which acts as a day counter using Today() - Schedule Date next to the fill_id column until all the status_desc changes to "Finished" where fill_id = parent_fill_i...
Anonymous
7 years agoNot applicable
See if this gets you in the right direction. Below is the pbix file where you can see all the steps in Power Query on how I got to that column:
Pbix file:
- pwrbiadm7 years agoHelper I
No it doesn't.
To clarify, I want the day counter to continue, say for TC8005 (parent), until the point status_desc for TC8005A, TC8005B and TC8005C (children) turns to "Finished". Once all parent and children turn to "Finished" then day counter should go blank.
- Anonymous7 years agoNot applicable
Think that is what you are talking about. PBIX is in the same location
- pwrbiadm7 years agoHelper I
Sorry its still not what I want.