A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hello Imalka Jayalath,
As I understand you have an issue with a Person & Group column when extracting to Power Query. Technically it happens because Person & group column is a Lookup column. Lookup fields are a lookup into another SharePoint list. Internally, the SharePoint item stores this as an ID and display value, but Power Query gives you access to all of the properties of the related item as a one-to-one relationship. Essentially, what you can do is to flatten that relationship by incorporating the related item’s attributes.
If you want to extract a query as it looks in your SharePoint list I would recommend you to use Implementation 2.0 (Beta) Default > choose your list and click Transform data. Here you may customize your query before exporting to Excel worksheet
Note: the data in the column is presented as Table, if you click on the cell you can see all data that this table contains
You can click the expand button and choose the values you want to include to your query:
Best Regards,
Igor