Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear Gents,
After deploying the power bi on D365 operation, im getting this error : "PowerBiEntityNotFound", i used the below code to call the power bi report on a workspace, i think after deleting the report manually from power bi service this error appeared.
public void init()
{
super();
PBIReportHelper::initializeReportControlv2('PowerBi',PowerBiGroup,'Sales Forecast',true,true);
}
your help is highly appreciated.
no, i deleted the report from power bi service, then i redeployed again after i changed something in it, then i added the new file to my resource on visual studio and deployed it on live, so i got the error.