How can I create interactive dashboards like powerBI
Does anyone know how I can develop dashboards with interactions similar to PowerBI through React, using some library?
Paginated Report – PowerBINotAuthorizedException – Get report failed – 401 (POWER BI)
async getEmbedToken(workspaceId, reportId) {
// Generate accessToken
const tokenEndpoint = https://login.microsoftonline.com/${tenantId}/oauth2/v2.0/token
;
const postData = {
grant_type: “client_credentials”,
client_id: clientId,
client_secret: clientSecret,
scope: “https://analysis.windows.net/powerbi/api/.default”,
};