Forum Discussion
Getting error - app.powerbi.com refused to connect after embedding the report in web portal
Hello Experts,
I got into the error - app.powerbi.com refused to connect for the embedded report of web portal
Initially everything was perfect and fine after embedding the report into a web portal.
But few days ago this issue started
The link looks something like this
followed by the filter
&$filter=activation_actuals_forecast/ ResellerID eq '[PartnerProId]'
So the together the link is
The report has four datasets and all are connected with proper relations. All are imported connections
When I use the link withour any parameters(filter) it works but the requirement is to pass the parameters(filters) so that as and when the parameter value changes in the web portal the report will filter for that value.
Not sure what is wrong with the report. Nothing has changed but all of the sudden embedded report stopeed working and the page looks like below
Seeking experts help here to address the issue.
Thanks in advance!
Any help experts Anonymous
V-lianl-msft lbendlin Anonymous Anonymous
Regards
Sandesh
Hello Folks
Finally the issue resolved after sitting with technical team and did some tweaking of the same URL
Earlier the link was
followed by the filter
&$filter=activation_actuals_forecast/ ResellerID eq '[PartnerProId]'
In the filter section encoded few chars and tested and it worked.
&%24filter=activation_actuals_forecast%2FResellerID eq '[PartnerProId]'
Closing the topic, thanks
P.S - This is not the self appraisal but however I can't keep the topic open so marking this as a answer
3 Replies
- sandeshagFrequent Visitor
Hello Folks
Finally the issue resolved after sitting with technical team and did some tweaking of the same URL
Earlier the link was
followed by the filter
&$filter=activation_actuals_forecast/ ResellerID eq '[PartnerProId]'
In the filter section encoded few chars and tested and it worked.
&%24filter=activation_actuals_forecast%2FResellerID eq '[PartnerProId]'
Closing the topic, thanks
P.S - This is not the self appraisal but however I can't keep the topic open so marking this as a answer
- V-lianl-msftCommunity Support
Hi sandeshag ,
Based on your description, there could be no problem with your embedded report. The issue may caused the browser.Try to clear Browser cache or cookies and refresh to see if the issue still exists
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- sandeshagFrequent Visitor
Hello V-lianl-msft,
Thanks for taking time to responsd.
I have tried clearing cache, cookies and used different browsers as well. But the issue still persists.