Forum Discussion
How to export Power BI report to Text file using any automation process
- 3 years ago
Hi Anonymous ,
Maybe you can try python visual and with this code:
and hide the python visuals. It will run and output every time you quote or do some slicing, so please consider adding a bookmark or button to refresh this python visual separately
Result:
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 3 years ago
Hi Anonymous ,
Please use pip install matplotlib and pandas packages. They must be installed
Best Regards
Community Support Team _ chenwu zhu
Hi Anonymous ,
The power bi exports data file only support csv file. You can open the csv file with Notepad and then replace the , with #.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
I have done this already, but need automation process right, if one click, stockholders want to see the txt file
- v-chenwuz-msft3 years ago
Community Support
Hi Anonymous ,
Maybe you can try python visual and with this code:
and hide the python visuals. It will run and output every time you quote or do some slicing, so please consider adding a bookmark or button to refresh this python visual separately
Result:
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
I will check this and let you know the status. Many thanks for replying sir.