Forum Discussion

sandeshag's avatar
sandeshag
Frequent Visitor
4 years ago
Solved

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

https://app.powerbi.com/reportEmbed?reportId=fdc8576e93b-4865-ab57-4a918fadf991c&autoAuth=true&ctid=ca7981a2-785a-463d-b82a

followed by the filter 

&$filter=activation_actuals_forecast/ ResellerID eq '[PartnerProId]'

So the together the link is 

https://app.powerbi.com/reportEmbed?reportId=fdc8576e93b-4865-ab57-4a918fadf991c&autoAuth=true&ctid=ca7981a2-785a-463d-b82a&$filter=activation_actuals_forecast/ ResellerID eq '[PartnerProId]'

 

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

    https://app.powerbi.com/reportEmbed?reportId=fdc8576e93b-4865-ab57-4a918fadf991c&autoAuth=true&ctid=...

    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

  • sandeshag's avatar
    sandeshag
    Frequent Visitor

    Hello Folks

     

    Finally the issue resolved after sitting with technical team and did some tweaking of the same URL

     

    Earlier the link was

    https://app.powerbi.com/reportEmbed?reportId=fdc8576e93b-4865-ab57-4a918fadf991c&autoAuth=true&ctid=...

    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-msft's avatar
    V-lianl-msft
    Community 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.

    • sandeshag's avatar
      sandeshag
      Frequent 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.