The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I want to access to specific table on a shared folder file,
This is my query:
Excel.Workbook(File.Contents("\\ipaddress\folder\subfolder\filename.xlsx"), null, true) {[Name="SheetE"]}[Data]
Everything is OK until I add data validation List in "SheetE" from named range in "SheetJ"
The query become running to other sheets that i dont want to access...
Before i add a data validation List it only access to SheetE
Hope PBI Team can fix it, because it effect to query performance
Hi @simp,
As you referenced to SheetJ in SheetE, Power Query will creating connection to SheetJ during execution. In your scenario, is there existing any relationshipt between SheetJ and other sheets?
Regards,
Yuliana Gu
There is no relationship between sheets
Here is the screenshot, you can see that the query is also reading to other sheets