Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
i need a frormula if an employee has only step ID "Plan+DO+Act"then give me as result succeed. see picture below
Solved! Go to Solution.
I would say create a numeric column, converting the text values of Step ID to numeric values. Then sum them together to determine which combination it is.
For example
6 + 2 + 8 = 16 = "Pending"
1 + 3 + 5 = 9 = "Initiated"
You just have to make sure that the combinations aren't intersecting, so i wouldn't use something so simple as 1-10!
We have in total 10. and every time it's another formula. so one formula is step ID 1,3 and 5. other formula is step ID 6,2,8
I would say create a numeric column, converting the text values of Step ID to numeric values. Then sum them together to determine which combination it is.
For example
6 + 2 + 8 = 16 = "Pending"
1 + 3 + 5 = 9 = "Initiated"
You just have to make sure that the combinations aren't intersecting, so i wouldn't use something so simple as 1-10!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.