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.
Hello,
I'm new to Azure and PBI and what I'm trying to do is a bit complecated. I have a SaaS .net core/C# cloud based web app that stores data in Azure Blob storage as an XML file.
part of the data can be deleted by end-user and that works fine. I don't want to lose the deleted data and I want to store the whole data in a different storage (Azure Table, Blob storage, ect...) in the moment of deletion or before it, to use it as historical data in PowerBI reports.
I appreciate your help specially if someone can present somekind of architectural model to follow or any thing that can put me on the right line.
Solved! Go to Solution.
Hi @walid140891 ,
As far as I know, we must provide an account access key if we want to connect to the Azure blob from the Azure portal.
For reference:
How to access data from Azure Blob Storage using Power BI
I think the users don't need to enter access key ,when you publish your report to Power BI Service and configure the credential correctly.
Here is an offical blog about Azure and Power BI, I hope it could help you.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @walid140891 ,
As far as I know, we must provide an account access key if we want to connect to the Azure blob from the Azure portal.
For reference:
How to access data from Azure Blob Storage using Power BI
I think the users don't need to enter access key ,when you publish your report to Power BI Service and configure the credential correctly.
Here is an offical blog about Azure and Power BI, I hope it could help you.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.