Forum Discussion

lovishsood1's avatar
lovishsood1
Resolver I
2 years ago

Blob not found | IO Error

Hi Everyone,

 

Yesterday, I added Data to my Power BI visual from DATA WAREHOUSE.

Today, It is giving me a 404 Error. Blob not found.

 

Also, Other Visuals are properly showing data from the Same Warehouse.

 

My guess is there is something in Measure I'm using on this table.

 

 

Total Employees = CALCULATE(COUNTX(FILTER(Emp_Personal_Data,Emp_Personal_Data[tm_dateofjoining]<=max(HRMS_DateTable[Date]) && (ISBLANK(Emp_Personal_Data[tm_dateofrelease]) || Emp_Personal_Data[tm_dateofrelease] > max(HRMS_DateTable[Date]))),(Emp_Personal_Data[Full Name])),CROSSFILTER(Emp_Personal_Data[tm_dateofjoining],HRMS_DateTable[Date],None))

 

 

This is the measure I'm using.

 

Please help me out here.

THis is happening again and again.