The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I'm trying to come up with an easy interface for end users to upload a pdf file into Azure from Power BI (not as data, as a pdf file). I'm new to Power BI and so far haven't found a solution to get data from Power BI to Azure. Any suggestions?
Solved! Go to Solution.
Hi @katherine_stz ,
There is no such built-in feature in Power BI.
You can use Azure blob storage to upload/store your PDF file.
Please refer to:
https://stackoverflow.com/questions/47576887/how-to-store-pdfs-on-azure
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @katherine_stz ,
There is no such built-in feature in Power BI.
You can use Azure blob storage to upload/store your PDF file.
Please refer to:
https://stackoverflow.com/questions/47576887/how-to-store-pdfs-on-azure
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I should have been more specific earlier -- I'm already using Azure blob storage and I'm trying to find a way for end users to upload a pdf easily into it. If it's not possible thorugh Power BI, do you know of any services where this would be possible?
Power BI is a sink, it receives data. It is not a source. Well, not yet. Look into alternatives like PowerApps.