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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
MoTaher
New Member

GetTablesInGroup Is always returning a NotFound Exception

Hello everyone,

 

I'm facing a problem while trying to retrieve the Tables name that I'm using in my report.
I'm using PowerBi REST API in a .NET 8 project.

The function client.Datasets.GetTablesInGroup(groupId,datasetId) is returning NotFound Exception even though the dataset exists and the workspace exists and I'm displaying the report in my web application.

I think because I'm using DirectQuery mode when I'm creating my reports and not Push dataset.
How Can I get my table names please.


Thank you all.

1 REPLY 1
lbendlin
Super User
Super User

I am not aware of such an API call. Reports don't have tables.  Semantic models have partitions which map to queries and to the underlying data sources.  

 

Did you mean to call Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn  ?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.

Top Kudoed Authors