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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

PowerBI GetDatasetByID returns 403

I get 403 forbidden whenever I try to get DatasetInfo using
var dataset = pbiClient.Datasets.GetDatasetByIdAsync(report.DatasetId);

 

but when I include the GroupId in returns data successffuly

var datasetx = await pbiClient.Datasets.GetDatasetByIdInGroupAsync("xxxx-xxxx", report.DatasetId)

1 ACCEPTED SOLUTION
nickyvv
Community Champion
Community Champion

@Anonymous There's a slight difference between the two methods:

  • The first returns a dataset in My Workspace.
  • The latter returns a dataset in the workspace with GUID <xxxx-xxxx>

So if report.DatasetId does not exist in My Workspace you get that error.

 

Did this help you or did I answer your question?
Then please give kudos or mark my post as a solution!
My blog: nickyvv.com
Twitter: @NickyvV

 



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


View solution in original post

1 REPLY 1
nickyvv
Community Champion
Community Champion

@Anonymous There's a slight difference between the two methods:

  • The first returns a dataset in My Workspace.
  • The latter returns a dataset in the workspace with GUID <xxxx-xxxx>

So if report.DatasetId does not exist in My Workspace you get that error.

 

Did this help you or did I answer your question?
Then please give kudos or mark my post as a solution!
My blog: nickyvv.com
Twitter: @NickyvV

 



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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 Solution Authors
Top Kudoed Authors