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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
rinatGil
Helper I
Helper I

problem with the Incremental refresh with the Power BI

Hi,

 

In connector that has one entry point:

[DataSource.Kind="Solar", Publish="Solar.Publish"]

shared Solar.Contents = () =>

 

I tried to add a parameter to this root function like

shared Solar.Contents = (optional RangeStart as datetime) =>

and use this parameter in our code

 

This seems as compiled successfully, which is great, and lead to an option that our connector can get external parameter (like RangeStart that we can declared in Power Query Editor Manage Parameters)

In Power BI Desktop it works fine when I add the parameter in the call to our connecter:

When I refresh the report – its use the RangeStart value. Which is great also.

 

 

 

 

27a4813e_1 2.png

 

 

 

But – when I tried to publish a report based on this model based on this connector to Power BI service with the RangeStart paraeter – its lead to not working dataset – and raise an error

 

 

rinatGil_3-1686628000344.png

 

 

If I remove the parameter from the root, the error does not raised

 

I haven’t set the incremented refresh on the model yet, but even when I add incremented refresh setting – its lead to same error.

 

What am I missing?

 

Thanks,

 

 

 

5 REPLIES 5
LiranRom
Helper I
Helper I

Hi @lbendlin 

Thanks for your feedback,

Why do we need to use RelativePath and Query ? where in the documentaion it ask to do that?

https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-troubleshoot#configuring...

 

Nothing will work unless you specify both RangeStart and RangeEnd in your filter? where it is also mentioned as a must to use in the connector? What if I need it to be since RangeStart till now?

 

Thanks

You may need to use RelativePath to avoid issues with service refresh. RangeEnd is absolutely required but can be a date in the future.

lbendlin
Super User
Super User

You are missing two things.

 

1.  you need to change your source query to make it non-dynamic.  Have a look at the documentation for Web.Contents - it has great examples of how to use RelativePath and Query

2. you are missing the RangeEnd filter. It is critical for Incremental refresh. Nothing will work unless you specify both RangeStart and RangeEnd in your filter.

Hi @lbendlin 

I've changed the Web Contents to have RelativePath and Query

Screenshot 2023-07-06 at 17.03.30.png

It leads to same error


That part of the code looks good. Please provide more details.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.