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
sandro_nababan
Frequent Visitor

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
sandro_nababan
Frequent Visitor

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
sandro_nababan
Frequent Visitor

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.

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

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

dalehutchins_0-1670454987656.png

 

dalehutchins
New Member

same issue, same region too

 

dalehutchins_0-1670391231416.png

 

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.

Top Kudoed Authors