Forum Discussion
How to pass database schema to PowerBI embedded
Hi apoloduvalis ,
You can follow the steps below to get it:
1. Create a parameter for the report in Power BI Desktop
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn
Populate a Power BI parameter list using a query
2. Publish the report to Service
3. Embed the report
Embed content in your Power BI embedded analytics application - Power BI | Microsoft Learn
4. Pass Schema Parameter Dynamically Through JavaScript
Passing parameters to Power BI filter programmatically - Stack Overflow
Solved: Pass parameters dynamically from Power BI to REST ... - Microsoft Fabric Community
Best Regards
- apoloduvalis2 years agoRegular Visitor
Thank you for your answer Anonymous
The problem with your solution is that by passing a filter from the javascript client only filters a query that has already been executed. The value passed as a filter is not taken as a parameter by the report. So far, it seems like parameters only work on PowerBI desktop. I do not see how to make the report to accept the filter as a parameter.