Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I tried to combine IIS log files into one data set, but still with no luck. The problem are comments like this at the beginning
#Software: Microsoft Internet Information Services 8.5
#Version: 1.0
#Date: 2017-01-18 00:00:00
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken
When I click on "Combine Binaries", a dialog is opened and the engine tries to guess structure of the CSV file. This is fine. But when selecting "space", it takes the first row "#Software: Microsoft Internet Information Services 8.5" and makes a guess there are only 6 columns.
There are much more columns in the IIS files of course. But I can't workaround this feature.
In ideal world I would need to
The combine itself is described here https://sharepointmike.wordpress.com/2016/03/19/loading-and-combining-multiple-csv-files-in-power-bi... but the rest. Any help is really appreciated.. as well as pointers to doc, forums or whatever. I tried to search how to analyze log files in Power BI but with no luck.
Solved! Go to Solution.
The text file column detection doesnt help in this scenario. I would set the delimiter to Tab get a single column of text. Then you can use Remove Rows, Split Column, filters and Use First Row as Headers to get to what you want.
You can make those changes in the generated "Transform Sample Binary from ..." Query.
The text file column detection doesnt help in this scenario. I would set the delimiter to Tab get a single column of text. Then you can use Remove Rows, Split Column, filters and Use First Row as Headers to get to what you want.
You can make those changes in the generated "Transform Sample Binary from ..." Query.
@mike_honey that would probably work (although I didn't try it). I'll mark as accepted, because there is probably currently no better solution.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.