Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello everybody,
i've a onpremise datasource (mysql), i've a power bi model with a lot of tabs (pbix) published into powerbi service
and those reports/tabs are consumed by all my onpremise users through app.powerbi.com web portal. that's running fine
and everybody is happy. thanks.
now, i would like to generate offline report (ex: pdf, ...) that will source the same model (the one i published into app.powerbi.com), so i can reuse all the measure, and all data directly to create custom report (paginated, ...)
those report should be send by email at defined schedule to users (execs level).
as far as i understand, i've only one options now:
- install SSRS and SQL Server onpremise and recreate my model into it through visual studio (will source the same datawarehouse/mysql as into the pbix model), publish it on my sql server onpremise instance to create an onpremise tabular model and then consume this tabular modal with SSRS to generate "offline" report.
someone can confirm this is the only way to go ?
there is really no option to consume the tabular model already available into app.powerbi.com into SSRS and then generate report to send by email. that will be a huge benefit.
i'm not at all a guru into srss/... , so take my question and sentence with caution and excuse concepts mismatch 😉
Another option is Power BI Report Server. It's supported for Analysis Services live connection data source only.
You can download .pbix copy from Power BI Service. Then open it via Power BI Desktop for Report Server and publish it onto Power BI Report Server.
For more details, please refer to document below:
https://powerbi.microsoft.com/en-us/documentation/reportserver-install-report-server/
Regards,
Hi,
thanks for your reply,
i'm still trying to find options to publish my reports, and i see that in Excel, by using ODC from powerbi service, i cannot write custom DAX against the PBI serviice (app.powerbi.com) model. i can only display and create pivot table.
is there any way to workaround this ?
thanks