The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.