The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Ocassionally, I get query errors following a data load from an Excel spreadsheet. I'd like to be able to generate a PBI errors report from the list of records contained in the query error table. Is there a way to use Query Errors table as the source for my PBI report?
Thanks very much for your assistance
Solved! Go to Solution.
Of course. Right click the query and "Enable Load". You can also have a totally autonomous process that parallels your standard query but "keeps errors" (you should modify the original to "remove errors")
Thank you for such a quick reply. In the interim, I created a query table from the dax generated by the error query, and it worked fine. albeit this was the long approach but it did the job. I will follow your advice and enable load.
Thanks again for responding!
Of course. Right click the query and "Enable Load". You can also have a totally autonomous process that parallels your standard query but "keeps errors" (you should modify the original to "remove errors")