Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

combining excel and power bi dataset in report builder

I need to create paginated report using below source systems, the report should be updated live if someone perform any changes in excel. 

  • AWS Aurora PostgreSQL
  • External ODBC MS SQL
  • Excel/CSV (Uploaded on Sharepoint folder)

I thought of using below approach however it seems that Step3 is not possible in Report builder as per below post , is there any approach I can use 

https://community.fabric.microsoft.com/t5/Desktop/Report-Builder-data-model/m-p/4793759#M1426990

Approach:

1. Create semantic model using AWS Aurora PostgreSQL and MSSQL

2. Connect Report Builder with Sharepoint folder to connect with excel and create dataset based on excel

3. Establish Relationhip or Join between Semantic model and excel dataset

 

4 REPLIES 4
v-nmadadi-msft
Community Support
Community Support

Hi @powerbiexpert22 

May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.


Thank you

v-nmadadi-msft
Community Support
Community Support

Hi @powerbiexpert22 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.


Thank you.

v-nmadadi-msft
Community Support
Community Support

Hi @powerbiexpert22  ,
Thanks for reaching out to the Microsoft fabric community forum.

A practical approach is to use Fabric Warehouse/Lakehouse as a central analytical store where all data sources are consolidated before reporting. First, ingest data from AWS Aurora PostgreSQL and the external MS SQL source into the Warehouse. Then, bring in the Excel files from the SharePoint folder using Dataflow Gen2, which can be scheduled to run whenever the file changes or at frequent intervals. Once all three data sources are available in the Warehouse, create a SQL view that joins them together. Finally, connect to the Fabric source from Power BI report builder and create a paginated report.

I hope this information helps. Please do let us know if you have any further queries.
Thank you

MohamedFowzan1
Solution Supplier
Solution Supplier

Hi @powerbiexpert22 

 

In RDL, I usually try to use the lookup function and create the necessary measures as joins are definitely not possible and a limitation.

 

Summary:

  • Multiple Data Sources – You can connect both Excel files (preferably stored in OneDrive/OneLake for live updates) and Power BI shared datasets in the same paginated report.
  • Combining Data – Report Builder doesn’t allow direct joins between datasets; instead, use the Lookup function in report expressions to relate data based on matching keys.
  • Best Practice – For seamless integration and live refresh, host Excel in the cloud and, for complex joins, combine data in Power BI Desktop or another model before using it in Report Builder.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.