Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I currently have an issue with a query returning only the first two rows and one column of data from a report. Due to the way the data is structured PQ is assuming any blank cell spacing is the end of the data. Is there a way to get excel.workbook to return the entire sheet for an xls file, where the infersheetdimensions option is not available?
Current state of extracting data from binary:
#"Worksheet" = Excel.Workbook(AttachmentContent, false, true){0}[Data]
I'm attempting to accomplish this entirely within PQ.
Thank you for the help!
Instead of {0} use a filter that identifies the sheet. Then navigate in the sheet (remove top rows, remove columns etc) until you hit the data range.
Note: .xls is a Very Bad source format and not supported in the Power BI service.