Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I've searched the forum thoroughly, but I haven't found what I need 😞
I need to import a folder where I have several .htm files ( 15-30 files)
I have understood that there is a connector for folder ( but doesn't read correctly my htm files)
If I use web connector...I can import just one htm file a time
of course all htm files have the same structure, that I would like to append all togheter.
Any comment/suggestion would be helpful!
I really appreciate any help you can provide.
Diego
Solved! Go to Solution.
Hi @dgmush ,
(1) You can convert html file to csv file, then get data select folder connector, select combine and load.
(2)(1) You can get data to select the folder connector, then add custom columns, expand the custom columns, split the [html] columns based on commas, and use the first row of data as the column headers.
= Table.AddColumn(Source, "Custom", each Table.AddColumn(Source, "html", each Text.FromBinary([Content], BinaryEncoding.Base64)))
You can refer to the following posts that may be helpful to you:
Get data from htm file to Power BI - Microsoft Fabric Community
How to display HMTL file content via Powerbi deskt... - Microsoft Fabric Community
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dgmush ,
(1) You can convert html file to csv file, then get data select folder connector, select combine and load.
(2)(1) You can get data to select the folder connector, then add custom columns, expand the custom columns, split the [html] columns based on commas, and use the first row of data as the column headers.
= Table.AddColumn(Source, "Custom", each Table.AddColumn(Source, "html", each Text.FromBinary([Content], BinaryEncoding.Base64)))
You can refer to the following posts that may be helpful to you:
Get data from htm file to Power BI - Microsoft Fabric Community
How to display HMTL file content via Powerbi deskt... - Microsoft Fabric Community
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |