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
Dear v-jingzhang,
1- Thank you for your help.
2- Kindly note Applying:
let pFillers = [Fillers] in List.Sort(List.Select([Current EE], each List.Contains(pFillers, _)))
without specifying the current Record, It gave error, but specifying the record it Works, like this:
let pFillers = _[Fillers] in List.Sort(List.Select(_[CurrentEE], each List.Contains(pFillers, _)))).
3- Please help me understand the condition "each List.Contains(pFillers, _)" and the underscore you used in your "List.Contains(pFillers, _) refer to what Field?
4- May you explain why: "each List.Select((_[CurrentEE]), each List.Contains (_[CurrentEE], (_[Fillers])))" did not work?
Thank you
DSR
Hello, Please any one can help:
Dear v-jingzhang,
1- Thank you for your help.
2- Kindly note Applying:
let pFillers = [Fillers] in List.Sort(List.Select([Current EE], each List.Contains(pFillers, _)))
without specifying the current Record, It gave error, but specifying the record it Works, like this:
let pFillers = _[Fillers] in List.Sort(List.Select(_[CurrentEE], each List.Contains(pFillers, _)))).
3- Please help me understand the condition "each List.Contains(pFillers, _)" and the underscore you used in your "List.Contains(pFillers, _) refer to what Field?
4- May you explain why: "each List.Select((_[CurrentEE]), each List.Contains (_[CurrentEE], (_[Fillers])))" did not work?
Thank you
DSR
Hi @DSR
You can add a custom column with this code
let pFillers = [Fillers] in List.Sort(List.Select([Current EE], each List.Contains(pFillers, _)))
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
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 |
|---|---|
| 11 | |
| 9 | |
| 7 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 15 | |
| 13 | |
| 12 | |
| 9 |