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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.