Forum Discussion
Can I pass date parameters inside my Embedded powerbi report using HTML
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
- Anmolgan8 years ago
Post 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-msft8 years ago
Community 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- Anmolgan8 years ago
Post Prodigy
Yeah the table names are case sensitive What I am trying to say is If I pass start and end date the bar graph showsme 3 dates extra which does not present instart and end date values.