Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
Solved! Go to Solution.
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
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
User | Count |
---|---|
10 | |
4 | |
4 | |
3 | |
3 |