Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
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
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.
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: