The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I want to send an email to my customers from the data on my dashboard - when data reaches its dangerous level, or on a daily basis. I create my dashboards using Power BI Desktop and then publish them on the Report Server, and I do NOT have a pro license.
Is there any means (like microsoft flow) to do this for us?
Solved! Go to Solution.
It depens, if you need only send an information about data, there is more options.
If you need send "report" is best (I think) option Paginated report using Report Builder.
After you have Paginated published on Power BI Report Server, you can subscribe. You can subscribe (one or more) as standard subsribe (fixed time period and recipients) or as datadriven subsriptions (content of subscription and recepients can be drived based on data)
You can use Report Server Subscription or Data driven subcsription.
First, if you want sent a report in email, you must create static (paginated) report, in Report Builder. If you are using dedicated PBI model in SSAS, you can reuse model and DAX expressions. Or you can create from data source directly.
So you mean creating the paginated report is the best solution?
After I made paginated, how can I send the email?
It depens, if you need only send an information about data, there is more options.
If you need send "report" is best (I think) option Paginated report using Report Builder.
After you have Paginated published on Power BI Report Server, you can subscribe. You can subscribe (one or more) as standard subsribe (fixed time period and recipients) or as datadriven subsriptions (content of subscription and recepients can be drived based on data)
OK, thanks a lot for your response.