Forum Discussion
Can I pass date parameters inside my Embedded powerbi report using HTML
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.
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.
- v-qiuyu-msft8 years ago
Community Support
- Anmolgan8 years ago
Post Prodigy
Above are the screenshots which I am getting whenver I am passing the datetime filter inside the codeAlso can you tell me how can I pass the datetime values inside my HTML so that the report get filter A/Q to those values??