Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a list of files in the following format:
This list is dynamic and there may be new ones added at any time. I want to import the data from all these excel files into Power Query. How can I do this?
Solved! Go to Solution.
you can create a binary list quer and use it as parameters for a looping apis call:
check this forum topic about that exact issue:
https://community.powerbi.com/t5/Desktop/Looping-through-Parameters-for-API-calling/m-p/574796
if this helped mark as solution for others to find it easily and give some kudos.
Proud to be a Super User!
hello @amalm
use this paths as table, add a new column where you place a formula that reads all data sources of type "sheet" and merge them. Afterwards expand the created table
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
you can create a binary list quer and use it as parameters for a looping apis call:
check this forum topic about that exact issue:
https://community.powerbi.com/t5/Desktop/Looping-through-Parameters-for-API-calling/m-p/574796
if this helped mark as solution for others to find it easily and give some kudos.
Proud to be a Super User!