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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to follow the instruction in the following link Solved: Removing duplicates - Microsoft Power BI Community
in an attempt to remove duplicates (CQTitle) based on the date (DteofCQ).
Everytime I attempt to add a custom column (as instructed in the link) I get the 'yield' sign.
Is this a delegation error or some other type of correctable error?
Solved! Go to Solution.
Resolved. The proper table name was Sorted Rows, and need to be written with quotes:
= Table.AddColumn(#"Sorted Rows", "Most Recent Docs", each let MostRecentDate = [DteofCQ] in "Sorted Rows"([All Rows],each[DteofCQ] = MostRecentDate))
Resolved. The proper table name was Sorted Rows, and need to be written with quotes:
= Table.AddColumn(#"Sorted Rows", "Most Recent Docs", each let MostRecentDate = [DteofCQ] in "Sorted Rows"([All Rows],each[DteofCQ] = MostRecentDate))
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |