Forum Discussion
Power BI table data export in csv to email using Microsoft Flow
- 6 years ago
Hi Anonymous ,
here are a few screenshots from my test.
My source table:
My Power Query Code to send the data to Flow.
My transformed data in Flow.
Hope this helps.
Very true, but i do not understand the steps from the ink mentioned below
any url to follow and configure these steps and is it free with Power BI Pro account
and this steps ..i never seen
Hi Anonymous ,
this step is configured in flow.
Create an instant flow and use this http trigger.
The further steps are shown as M code.
You have to adapt it to your needs.
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- Anonymous6 years agoNot applicable
HI Expert,
I am able to do this below mentioned 1st step
unable to understand power BI Step. I just have table
Shree
- mwegener6 years ago
Most Valuable Professional
Hi Anonymous ,
you have to create these steps at Power Query.
1. Create a Reference of your Source Table (Query).
2. Convert this to an Array of Records.
3. Convert the Array to a Json Document
4. Push the Json Document to your Flow Web URL.
5. Convert the Webcall Response
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- Anonymous6 years agoNot applicable
Hi Expert,
I hope it will work to send millions of records in email and i have integrated with Jira and polulated the data in power BI . Do i have to add power apps from marketplace and do this task
Create a Reference of your Source Table (Query).
can you more elaborate on above step
Shree