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.
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!