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.
Hi folks! I am trying to duplicate a query created by a former colleague. The first line of code connects to a folder containing 23 excel files of idential layout/format. I can easily duplicate this first line of code and the next three lines. FWIW, the only column of data left after the third line of code is an expandable column, see below:
I cannot figure out where the commands exist in Query Editor that produce line 5 of the code, see below. Any help is much appreciated!
Hi @Frenchtom811 ,
Try to click on the icon in the top right and then click ok:
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hello @tackytechtom and thanks for the prompt reply. I perfromed the expansion as you suggested but received a completely different looking DAX code for the expansion than what my former colleague produced. My code:
Former colleagues code:
I noticed that my fomer colleagues code refers to Sample File (5) which resides in a helper query. My code does not refer to a helper query. Is this a clue?
You can't easily duplicate the code when combining files from the folder. You will need experience before doing this. What I will suggest that you watch this video and then do merging on your own. Whatever code is generated, change the code as per your friend's.
This will introduce you to the concept of Transform file as well.