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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Query contains unsupported function. Function name: Resource.Access in Power BI setting

we get a problem like this:

 

"You can't schedule refresh for this dataset because the following data sources currently don't support refresh:

Discover Data Sources

Query contains unsupported function. Function name: Resource.Access".

 

As a result, schedule and gateway options cannot be seen in power bi settings, and cannot create scheduler. even if i do a manual refresh, it will fail at the same time.

 

"Data source error: Unable to refresh the model (id=4492539) because it references an unsupported data source."

 

I can only refresh on pbix desktop only.

please help regarding this problem.

 

notes :

-We use datasource COUCHBASE (CB), sqlserver, greenplum (GP) and excel online. 

-Attached is an error screen capture in the settings section, and an error after manually refreshingrefresh manual.pngerror.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I've found where the problem is, as well as the solution.

first, please check every single data source that you use.
you can check this link : https://learn.microsoft.com/en-us/power-bi/connect-data/service-admin-troubleshoot-unsupported-data-...

then check your datasource, is it registered in this list: https://learn.microsoft.com/en-us/power-bi/connect-data/power-bi-data-sources


if you can't find the datasource you are using, it means the datasource is no longer usable.

 

for my case i use CdataCouchbase.

the solution for my condition, I can change it from CdataCouchbase to use ODBC, because ODBC is still registered in Datasource PBI list.

replace it like this:
from this :
= CdataCouchbase.DataSource("dnsName", null, [Query="<query>"])


to this :
= Odbc.Query("dsn=dnsName", "<query>")

i hope this can help. thx.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

I've found where the problem is, as well as the solution.

first, please check every single data source that you use.
you can check this link : https://learn.microsoft.com/en-us/power-bi/connect-data/service-admin-troubleshoot-unsupported-data-...

then check your datasource, is it registered in this list: https://learn.microsoft.com/en-us/power-bi/connect-data/power-bi-data-sources


if you can't find the datasource you are using, it means the datasource is no longer usable.

 

for my case i use CdataCouchbase.

the solution for my condition, I can change it from CdataCouchbase to use ODBC, because ODBC is still registered in Datasource PBI list.

replace it like this:
from this :
= CdataCouchbase.DataSource("dnsName", null, [Query="<query>"])


to this :
= Odbc.Query("dsn=dnsName", "<query>")

i hope this can help. thx.

Anonymous
Not applicable

mine is already Odbc.Query like you have shown, I use denodo. There has been an update by support team, see screenshot below. 

 

dalehutchins_0-1670563963696.png

 

mbasha_123
Frequent Visitor

Even I am also facing the same challenge you can see below my error:

mbasha_123_0-1670395316665.png


Please help this to get resolve

Anonymous
Not applicable

do you use the same datasource with me? like the CouchBase or datasource that I described above?

Anonymous
Not applicable

dalehutchins_0-1670454987656.png

 

Anonymous
Not applicable

same issue, same region too

 

dalehutchins_0-1670391231416.png

 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.