Forum Discussion
JenniferT
2 years agoNew Member
Power BI export to CSV, email recurrence in Power Automate
Hello everyone, Is there a way in Power Automate to create a flow to have a daily email recurrence sent to a group of people from the data results in Power BI but I want to export the file as a CSV?...
- 2 years ago
In Power Automate run a DAX query against your semantic model. Convert the result to a CSV table. Store that table as a file in a cloud storage. Create an email and point to that newly created file for the attachment.
lbendlin
Super User
2 years agoIn Power Automate run a DAX query against your semantic model. Convert the result to a CSV table. Store that table as a file in a cloud storage. Create an email and point to that newly created file for the attachment.