The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.