Forum Discussion
Can I pass date parameters inside my Embedded powerbi report using HTML
Can I pass my date parameters so that I can filter the report A/Q to that parameters, if yes then How can I do it??
7 Replies
- v-qiuyu-msftCommunity Support
Hi Anmolgan,
What do you mean about "report A/Q"?
If you want to pass parameter in report URL to filter report data, from this article, it's not supported now: https://docs.microsoft.com/en-us/power-bi/service-url-filters#limitations-and-troubleshooting
But we can filter the embedded report, see: https://community.powerbi.com/t5/Developer/how-to-create-custom-filters-for-power-bi-embedded-reports-using/td-p/141494
Best Regards,
Qiuyun Yu- AnmolganPost Prodigy
Yeah I have been using this link
But the report is not getting rendered as it should, so..
by A/Q I meant that according to the report parameters which I have set on the HTML code are not working as it should.
This link which you have send me https://docs.microsoft.com/en-us/power-bi/service-url-filters#limitations-and-troubleshooting
does not rendere the report when I embedd it inside an HTML Page.- v-qiuyu-msftCommunity Support
But the report is not getting rendered as it should, so..
by A/Q I meant that according to the report parameters which I have set on the HTML code are not working as it should.
Hi Anmolgan,
The table name and column name in code(https://community.powerbi.com/t5/Developer/how-to-create-custom-filters-for-power-bi-embedded-reports-using/td-p/141494) are case-sensitive, make sure you enter names correctly.
Would you please share screenshots about "the report is not getting rendered as it should" and what is actually?
This link which you have send me https://docs.microsoft.com/en-us/power-bi/service-url-filters#limitations-and-troubleshooting
does not rendere the report when I embedd it inside an HTML Page.I already said "If you want to pass parameter in report URL to filter report data, from this article, it's not supported now" in my previous post, please double check it.
Best Regards,
Qiuyun Yu