Separate Numbers and Text in One Column Using Power Query
towardsdatascience.com·2d
🔥DataFusion
Preview
Report Post

This is a typical case for Self-Service BI with Excel data.

A few days ago, a client asked me the following question:

I have an Excel sheet with numbers and text in one column. I want to import this sheet into Power BI and perform analysis on the numbers in that column.

How can I separate the numbers from the text in that column?

Remember that I need the text in that column as well.

I had never been in this situation, so I first started using the technique I knew.

I created a Dummy Excel with the same problem, which looks like this:

Figure 1 – Sample Data in Excel (Figure by the Author)

To create a PoC, I first loaded this data into an SQL Server database to see how to solve it …

Similar Posts

Loading similar posts...