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.
I need to create paginated report using below source systems, the report should be updated live if someone perform any changes in excel.
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
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
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: