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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

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.