Forum Discussion
Anonymous
6 years agoNot applicable
Power BI table data export in csv to email using Microsoft Flow
Hello Expert, How Power BI table data export in csv to email using Microsoft Flow as we know it can refersh data sets but how about tables export as email attachment Shree
- 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.
Anonymous
6 years agoNot applicable
Hi mwegener
output is still JSON format..Do we have to convert it in power BI Desktop as output itself is coming in JSON format in web call method. can we use direct web call method with JSON format
Shree
Anonymous
6 years agoNot applicable
Hi mwegener
The issue is after adding to the web call method ...it is showing as list and afer converting not showing any data
in every column in output it is showing like this
[{"Column1":"1"} {"Column1":"2"}
| {"Column1":"3"} | {"Column1":"4"} | {"Column1":"5"} | {"Column1":"6"} | {"Column1":"7"} |