Forum Discussion

rnehrboss's avatar
rnehrboss
Helper II
3 years ago
Solved

Trouble embedding a visual

I'm having trouble using the javascript library to embed a visual.   I've successfully embedded whole dashboards with this code: ____________________________________________ var embedConfiguratio...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi rnehrboss ,

     

    I suggest you to try this code to embed a report visual.

    interface IVisualLoadConfiguration {
        accessToken?: string;
        embedUrl?: string;
        id?: string;
        pageName: string;
        tokenType?: models.TokenType;
        type: string;
        visualName: string;
    }

    For more details, you may refer to this offical blog.

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.