Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |