Forum Discussion
Integrating Java Web App Data with Power BI Embedded Report
- Anonymous2 years ago
Hi janinedev,
#1, I think you can try to get data from the underlying data source/api that web application used and use these data to design power bi reports.
Solved: Pull data from a REST API Authentication - Microsoft Fabric Community
#2, Perhaps you can try to embed the report with correspond RLS settings to web application, this report can be filtered by current user.
#3, I suppose the URL filter may suitable for your requirement, you can refer to the following document.
Use filters when embedding a report in Power BI embedded analytics | Microsoft Learn
#4, AFAIK, power bi embedded features also include security parts, you can check the below document to know more about these:
Security in Power BI embedded analytics - Power BI | Microsoft Learn
Regards,Xiaoxin Sheng
Hi janinedev,
#1, I think you can try to get data from the underlying data source/api that web application used and use these data to design power bi reports.
Solved: Pull data from a REST API Authentication - Microsoft Fabric Community
#2, Perhaps you can try to embed the report with correspond RLS settings to web application, this report can be filtered by current user.
#3, I suppose the URL filter may suitable for your requirement, you can refer to the following document.
Use filters when embedding a report in Power BI embedded analytics | Microsoft Learn
#4, AFAIK, power bi embedded features also include security parts, you can check the below document to know more about these:
Security in Power BI embedded analytics - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng
- janinedev2 years agoFrequent Visitor
Hello Anonymous,
Thanks for your guidance! I'll explore the provided resources. Appreciate your help. Will update my progress on the post.