Forum Discussion
martijnkuiper
1 year agoFrequent Visitor
Power BI REST API ExportTo MHTML leads to a base64 encoded file
I am using a Python Notebook to export Paginated Reports to an HTML file. Now it works fine for CSV files, I get clear and readable CSV back, the same goes for IMAGE with the format set to PNG. But w...
- 1 year ago
Ok, plan B. Use Power Query to decode the Base64 data. Text.FromBinary(Binary.FromText(payload),Encoding.Base64)
v-prasare
1 year agoCommunity Support
martijnkuiper, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
lbendlin , Thanks for your promt response
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query