Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Mmanou
Frequent 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

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Mmanou ,

Please refer the following links to get it:

Embed Dashboards in Your Applications to Monitor Your Business in Context

Embed a dashboard

// 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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Mmanou ,

Please refer the following links to get it:

Embed Dashboards in Your Applications to Monitor Your Business in Context

Embed a dashboard

// 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

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.