The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
Power query :
I have Duplicate Item code in a column and need to remove secondary value like A2 , 02...
The below table Item code repeated 2 time , i have to keep 1st one and remove 2nd one like A2, 02.
Please help me.
Thanks,
KV's
Solved! Go to Solution.
Hi, @Anonymous
You can remove duplicate in PQ but you need to use 'replace values' first.
Like this:
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
You can remove duplicate in PQ but you need to use 'replace values' first.
Like this:
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Break in power Query Based on Split into 1 (Part1 , Part 2) -https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
And then create one more column
Part3 = Text.end([Part2],1)
and then filter on 1 in power query and save