Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Siddhesh_Pal
Advocate II
Advocate II

Getting error in schedule refresh

Hi Community,

 

I am getting an error in the Power BI service schedule refresh (the error is attached), my concern is why I am getting an error in the Power BI Service.
When I manually refresh the report from Power BI Desktop I don’t get any error.
For some days, I have been getting this error and after 10-15 days the error has been gone.
So, my question is, why am I getting these errors, and why did it disappeared after a few days?
Schedule refresh has started working without any change in the DAX.
 

Siddhesh_Pal_0-1730266899014.png

 



I have attached the DAX for the reference
 

 

WeightedForecast =

GENERATE (

    VALUES (DateTable),

    FILTER(

        msdyn_quotelinetransaction,

        DateTable[Offset] > (msdyn_quotelinetransaction[StartDateFormated]-TODAY()) &&

        DateTable[Offset] <= (msdyn_quotelinetransaction[EndDateFormated]-TODAY()) &&

        DateTable[Full Date] <> "" &&

        msdyn_quotelinetransaction[Transaction Class] = "Time" &&

        msdyn_quotelinetransaction[Transaction Type] = "Project Contract" &&

        (RELATED(quote[statecodename]) = "Active" || RELATED(quote[statecodename]) = "Draft") &&

        RELATED(quote[statuscodename]) = "In Progress"

    )

)

 

 

 

DailyForecast = SUMMARIZE(

    WeightedForecast,

    WeightedForecast[Full Date_WeightedForecast],

    "TotalDailyForecast",

    SUM(WeightedForecast[DailyHours]),

    "MaxDailyForecast",

    SUM(WeightedForecast[MaxDailyHours])

    )

 

 

 

WeightedForecast =

GENERATE (

    VALUES (DateTable),

    FILTER(

        msdyn_quotelinetransaction,

        DateTable[Offset] > (msdyn_quotelinetransaction[StartDateFormated]-TODAY()) &&

        DateTable[Offset] <= (msdyn_quotelinetransaction[EndDateFormated]-TODAY()) &&

        DateTable[Full Date] <> "" &&

        msdyn_quotelinetransaction[Transaction Class] = "Time" &&

        msdyn_quotelinetransaction[Transaction Type] = "Project Contract" &&

        (RELATED(quote[statecodename]) = "Active" || RELATED(quote[statecodename]) = "Draft") &&

        RELATED(quote[statuscodename]) = "In Progress"

    )

)

Any help would be appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @Siddhesh_Pal 

 

Check here to see if the problem has been fixed. Please refresh and check to see if the problem still exists?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi, @Siddhesh_Pal 

 

This is a known issue. We have submitted it internally and are currently awaiting feedback. I will keep you updated on any progress. The issue can be mitigated by changing the CalendarAuto to Calendar function.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you @Anonymous for the reply.
Please let us know if you get any updates.

Anonymous
Not applicable

Hi, @Siddhesh_Pal 

 

Check here to see if the problem has been fixed. Please refresh and check to see if the problem still exists?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous, the issue is already resolved.
I wanted to know why this issue has occurred.


Thank You.

Anonymous
Not applicable

Hi, @Siddhesh_Pal 

 

The issue was caused by an incomplete code change that tried to address incorrect DAX blank row dependency propagation across multiple tables. Since it changed the way how the dependencies between different metadata objects and measures are calculated, some existing models started emitting a circular dependency error in previously valid model configurations. The issue was resolved by reverting the incomplete code change that caused the issue.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous 
I have not made any changes in the DAX then and after some days scheduled refresh has started working.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.