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
Could someone give me an example of combining allexcept and if?
Solved! Go to Solution.
Figured out a cludgy way of doing it with multiple columns. Thanks for looking into it.
What is it you are trying to do?
Proud to be a Super User!
Paul on Linkedin.
I have stones that have multiple stages of varying duration, with each stage possibly on a different bus line.
| stone id | stage | duration | bus | 
I'm trying to return which bus line the stone spent the largest percentage of it's total duration (summed from all stages).
I created columns for
| total stone duration | Portion of total growth duration | Highest portion per bus | 
and those work (with Highest Portion per Bus giving me the value for the bus in that row.)
This is the column formula for Highest Portion per bus:
With some understanding of your requirement, I suppose this will work:
Figured out a cludgy way of doing it with multiple columns. Thanks for looking into it.
This gives me the same bus for all the stones. How do return the result for each stone id?
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.