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.
Hi,
I have a requirment where i have to pull some data from SQL and some from athena. I have an option to load the data from both source in POwerBi and then do the transformation BUT thats not feasible as the table size is very big in both enviorments.
So, I am looking for a way where i can join tables from both enviorment and pull only relevant data. Is it possible to do in powerBI ?
Thanks
Puneet
Solved! Go to Solution.
Hello @Puneet_Jain ,
If you have Microsoft Fabric capacity, you can take full advantage of Notebooks and Dataflow Gen2 for data transformation. After completing the necessary transformations, you can join your tables and use the Direct Lake mode, which is highly optimized for performance in the Fabric environment.
However, if you only have a Power BI license, you can work with Dataflow Gen1. One recommended approach is to build staging dataflows—these perform initial data extraction and transformations that support query folding. Then, you can create a second dataflow that joins the outputs of these staging dataflows (this is known as a linked dataflow). Please note that linked dataflows require at least a Power BI Premium Per User (PPU) or Premium Capacity license. After you can get data from dataflow gen1 in Power BI desktop and doing data modelling or visualizaions.
For more details on dataflow licensing, please refer to the official documentation:
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |
Hi @Puneet_Jain ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @Puneet_Jain ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hello @Puneet_Jain ,
If you have Microsoft Fabric capacity, you can take full advantage of Notebooks and Dataflow Gen2 for data transformation. After completing the necessary transformations, you can join your tables and use the Direct Lake mode, which is highly optimized for performance in the Fabric environment.
However, if you only have a Power BI license, you can work with Dataflow Gen1. One recommended approach is to build staging dataflows—these perform initial data extraction and transformations that support query folding. Then, you can create a second dataflow that joins the outputs of these staging dataflows (this is known as a linked dataflow). Please note that linked dataflows require at least a Power BI Premium Per User (PPU) or Premium Capacity license. After you can get data from dataflow gen1 in Power BI desktop and doing data modelling or visualizaions.
For more details on dataflow licensing, please refer to the official documentation:
Kind Regards,
Gökberk Uzuntaş
📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!
🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |