The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone,
Here is my question,
I have a spreadsheet with different names attached to series of letters (see screen shot)
I want to associate these names to a slicer but without having to modify the original spreadsheet and manually delete the series of letters.
So for exemple in the next slicer I want to associate John SZ + John PPx to John
Thanks,
Nick
Solved! Go to Solution.
You can duplicate the column in Power Query. Then split that column by delimiter, and remove the misc column to have the following:
That assumes there is always a space between the Name and suffix
You can duplicate the column in Power Query. Then split that column by delimiter, and remove the misc column to have the following:
That assumes there is always a space between the Name and suffix