I would like to create a PowerBI dashboard using a large number of .ini files. The .ini files are located in an Azure blob storage and are read in via the function integrated in PowerBI. This works fine so far, but the content of the .ini file is read in line by line. I separate simple key-value pairs into two columns with a PowerBI function using the equals sign. However, the .ini file is divided into two sections with [tier1] and [tier2], which I can no longer distinguish later by reading in PowerBI line by line, as I only have one set of key-value pairs without assignment. How can I read in the key-value pairs with the information in which section they were in the .ini file?
- The .ini looks like this and i want the sections [site], [tier1] and [tier2] as an adition to the key
- This is the table i created using standart PowerBI import form the blob storage and the ideal solution would be an extra column with the specific section the key was written in the .ini file
- This photo shows the table directly after the azure blob storage import before the conversion two the second photo was done by PowerBI
![The .ini looks like this and i want the sections [site], [tier1] and [tier2] as an adition to the key](https://i.stack.imgur.com/GYp8f.png)


Try this:
Which will give you a table like: