A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
HI
Sorry I have just started using it recently
No problem at all, you know now :)
OK, let me explain how I did it so you have a chance to do it yourself next time
1 - Copied the first record (row #2 in your Excel file) in [specfication] column
2 - Pasted it into Notepad and saved the file as Text
3 - Created a new Power BI query targeting that Text file
4 - Chose "Fridge Freeze" under HTML Tables > Transform Data
5 - PowerBI generated a few lines of code. With the Advanced Editor I copied what's after #"Extracted Table From Html" = (Html.Table(Source, ....))
6 - Discarded that query
7 - Created a new query targeting the Excel file you shared
8 - Selected "webscrape" > Transform > Data
9 - Removed "(null)" in [specification] (there are a few)
10 - Added a Custom Column & pasted the code saved at #5 then replaced Source with [specification]
After just combined all Tables in the Custom Column
The corresponding PowerBI file is available here (you'll have to change the path to the Excel file - it's currently mine)
NB: The HTML records in your Excel file are very consistent so the code PowerBI generated at #5 seems to work (I only checked a few) for all records. This won't necessarily be the case all the time...