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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
anshul1123
Helper I
Helper I

Incremental Refresh Concerns / Data Publish - Doesn't work even when set up as per the documentation

Hi Everyone, 

 

I have a concern on two points with incremental refresh,

  1. I have 2 different dashboards (both with Incremental refresh set up ) running the same SQL query from Teradata via ODBC connect , in one dashboard the entire query refreshes each time , on the second it fails with time out. Both have been set up as per manual , However I do not know where i am going wrong.
  2. the second concern is with Publish where i keep getting the below error for the past few days :

anshul1123_0-1596832579344.png

 

Please Help! Much Appreciated.

 

Thank you,

Anshul 

1 ACCEPTED SOLUTION
v-diye-msft
Community Support
Community Support

Hi @anshul1123 

 

1.  Please add the SQL query with extending command timeout like:

let
    Source = Sql.Databases("Servername", [CommandTimeout=#duration(0, 0, 35, 0)]),
    TestGatewayDocs = Source{[Name="databasename"]}[Data],
    dbo_Product3 = databasename{[Schema="dbo",Item="Product3"]}[Data]
in
    dbo_Product3

2. Not sure the root cause, please kindly use the latest desktop and clear the data source permission, make sure all steps correct, if still not help , please provide the desktop trace for better research.

11.PNG

Community Support Team _ Dina Ye
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

4 REPLIES 4
v-diye-msft
Community Support
Community Support

Hi @anshul1123 

 

1.  Please add the SQL query with extending command timeout like:

let
    Source = Sql.Databases("Servername", [CommandTimeout=#duration(0, 0, 35, 0)]),
    TestGatewayDocs = Source{[Name="databasename"]}[Data],
    dbo_Product3 = databasename{[Schema="dbo",Item="Product3"]}[Data]
in
    dbo_Product3

2. Not sure the root cause, please kindly use the latest desktop and clear the data source permission, make sure all steps correct, if still not help , please provide the desktop trace for better research.

11.PNG

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

How can i send over the trace?

Hi @anshul1123 

 

Please upload it to the Onedrive for business, and share the link here.

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
lbendlin
Super User
Super User

The only sure way to check if incremental refresh actually works is to connect to the XMLA endpoint with a tool like SSMS or DAX Studio and to look at the partition refresh timestamps.  If you only see one partition then incremental refresh does not (yet) work.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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