Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hey all,
I need help with a problem
I have 4 columns one named supplier, one named group, one named year, and one named %. I'm trying to make a new column to sum from the largest % until it reaches 80%, and name the values inculded in the sum to 80% to be named yes, and all those that aren't included be named no. But I wan't this filtered by group and year.
Heres an example of just one group and year,
| supplier | group | years | % | New Column |
| 1 | a | 21 | 50% | yes |
| 2 | a | 21 | 15% | yes |
| 3 | a | 21 | 10% | yes |
| 4 | a | 21 | 10% | yes |
| 5 | a | 21 | 5% | no |
| 6 | a | 21 | 5% | no |
| 7 | a | 21 | 5% | no |
Any help would be much appreciated, if you need anymore info let me know.
Thanks
Nathan
Solved! Go to Solution.
pls try this
.8 = 0.8 = 80%
.9 = 0.9 = 90 %
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 81 | |
| 73 | |
| 46 | |
| 35 |