Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I am trying to import a Query into PowerBI desktop by using this:
=Excel.CurrentWorkbook(File.Contents("location\Input_full.xlsm"){[Name="QueryTableName"]}[Content])
but it gives me this:
Expression.Error: We cannot convert a value of type Binary to type List.
Details:
Value=[Binary]
Type=[Type]
What I want is for PowerBI to extract the content of the Excel PowerQuery and import it as another query within PowerBI and not just a connection (like a table in excel, to be used as a source for other queries)
Is this even possible?
Thanks in advance.
Hi @Chelle ,
Excel.CurrentWorkbook is not a Power BI M function. It is specific to Excel only. Try this feature instead.
This will import the raw table that's within that workbook. If you instead want to import the output of Power Query, you must load it to a table and then connect to that table using the Excel connector.
I'll give it a try. Thanks!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.