Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I'm not sure how I can easily solve this without correcting with a extensive formula in Excel but, I'm pulling in data from SQL and some of the names pulled in are the same but different.
I have names coming in like, Bobs Surplus Store then Bobs Surplus Store LLC, Bob's Surplus Store LLC, inc.
How do I get these combined under just Bobs Surplus Store?
thanks!
Solved! Go to Solution.
try using group by in power query.
here is the documentation.
https://learn.microsoft.com/en-us/power-query/group-by
Proud to be a Super User!
Hi, @datadelta
how about grouping?
Group In Excel - How To Group/Ungroup Data? (Easy Steps) (wallstreetmojo.com)
Proud to be a Super User!
Thank you. Yes, I know how to solve in Excel but my issue is that I want to set up an intake rule in BI to always compbine the incoming SQL data as it updates.
Thanks for the reply and possible solution!
try using group by in power query.
here is the documentation.
https://learn.microsoft.com/en-us/power-query/group-by
Proud to be a Super User!