Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi everyone ,
Could you please help , i have power bi dashboard that is published in my workspace and have created on streaming db , which it has been connected to, Now my requiremnts are i need to embed power bi in to angular website where we need to give get request to call Power bi rest api to generate report name and provide a report link.
we tried giving https://api.powerbi.com/v1.0/myorg/reports
but it gives 401 error , what all i need to check so that it can work.
@lbendlin so basically my problem statement is
You pushed the data into a streaming dataset. That's just a dataset. A report is not automatically generated. You need to do that yourself, most likely manually.
Now this 401 issue is resolves , could you please guide us for the process , how we can generate reports on the fly for different request from the angular website of opening different library data and passing it to Json and push it to backend API that is capable of serving the required data in report format based on the user's request. .
Handling Multiple Requests: If there are multiple users requesting reports simultaneously, How it can handle n concurrent requests efficiently and how we show multiple reports for each library.
Why do you push the data into a single streaming dataset if you then want to use separate reports? I would recommend you render the received data directly in your angular framework.
Any suggestions , how can we implement that .
we were using a streaming database as a solution because directly connecting to the main database is complicated—specifically, connecting hundreds of tables for a single request. As a result, we thought that using the streaming database would be a simpler approach.
The Angular team has been temporarily storing the user-requested data in JSON format. Our plan is to use this JSON data and push it to the streaming database via the push API. Once the data is there, we would connect the Power BI report to the streaming database for reporting purposes. as there could be multiple request at one time from diffrent user and how streaming db will handle that
If you have any suggestions for a better approach or improvements to our current solution, we would appreciate your input.
As a result, we thought that using the streaming database would be a simpler approach.
yeah, no. You may want to reconsider that. Streaming datasets have a very different purpose.
You are connecting to the main database anyway for each of the individual queries. Consume the results directly for rendering in your angular framework app. Cut out the Power BI middleman.
The Angular team is temporarily storing user-requested data in JSON format, and o is to push this data to the streaming database via the push API. there is no way we are directly connected to db. Once the data is available in the streaming database, we’ll connect Power BI to generate the reports on the fly. they want to rewrite json for every next query.
If you have any suggestions for improving this approach or alternatives we should consider, we’d appreciate your input.
.
My recommendation is to take Power BI out of the equation completely. It provides no value add.
thats not possible at this stage as we have alraedy billed client..
Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck? What streaming db? Are you using s Streaming Hybrid Dataset?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |