Forum Discussion
Mmanou
3 years agoFrequent Visitor
How to embed Power Bi Dashboard in Acumatica
Hello, is there any way to embed Dashboards in Acumatica, I am able to do with Reports but not with Dashbords I created. thanks for your he Mo
- Anonymous3 years ago
Hi Mmanou ,
Please refer the following links to get it:
Embed Dashboards in Your Applications to Monitor Your Business in Context
// Set up the configuration object that determines what to embed and how to embed it. let embedConfiguration = { accessToken: anAccessToken, embedUrl: anEmbedUrl, id: aDashboardId, pageView: 'fitToWidth', tokenType: aTokenType, type: 'dashboard' }; // Get a reference to the HTML element that contains the embedded dashboard. let dashboardContainer = $('#dashboardContainer')[0]; // Embed the dashboard. let dashboard = powerbi.embed(dashboardContainer, embedConfiguration);How to Quickly Deploy Power BI Dashboards for Acumatica
Best Regards
Anonymous
3 years agoNot applicable
Hi Mmanou ,
Please refer the following links to get it:
Embed Dashboards in Your Applications to Monitor Your Business in Context
// Set up the configuration object that determines what to embed and how to embed it.
let embedConfiguration = {
accessToken: anAccessToken,
embedUrl: anEmbedUrl,
id: aDashboardId,
pageView: 'fitToWidth',
tokenType: aTokenType,
type: 'dashboard'
};
// Get a reference to the HTML element that contains the embedded dashboard.
let dashboardContainer = $('#dashboardContainer')[0];
// Embed the dashboard.
let dashboard = powerbi.embed(dashboardContainer, embedConfiguration);
How to Quickly Deploy Power BI Dashboards for Acumatica
Best Regards