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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
MattStannett
Frequent Visitor

GetReportsInGroupAsync returns duplicate report names with different report ids

These duplicate reports with different ids do not appear under the available reports in the portal...

 

Untitled.png

 

My code:

 

public async Task<IList<Report>> GetAvailableReportsAsync()
		{
			AzureToken azureToken = await _authenticationHandler.GetAzureTokenDataAsync();

			using (PowerBIClient client = new PowerBIClient(new Uri(_powerBiSettings.ApiUrl), azureToken.TokenCredentials))
			{
				ODataResponseListReport reportsResponse = await client.Reports.GetReportsInGroupAsync(_powerBiSettings.WorkspaceId);

				return reportsResponse.Value;
			}
		}

List of reports I get back along with their ids:

 

  • Pilot V1: FA0FBC1E-45C3-41DC-A1B9-137504828902
  • Pilot V1 - CSV Demo Report Only Test RLS: 855E68A4-BEC6-4653-869F-BF1E8162A681
  • Pilot V1: B3FB2146-AB9B-45B5-9359-AABCC06288C5
  • Pilot V1 - CSV Demo Report Only Test RLS: F7C93238-7CAC-4185-B9A6-2B8BCEA5E6CC
  • Full Report Suite Report Only: D67DE714-700D-4398-8AAA-4941D3716CDC
  • Full Report Suite Report Only: 9CC54008-5883-4790-AF99-8069FF67642E
1 ACCEPTED SOLUTION
MattStannett
Frequent Visitor

Turns out this was because the reports had been deleted then recreated with the same name, PowerBI keeps the report names around somehow but assigned them a different GUID. Interestingly running the duplicated report returned the same name so the link to the dataset must be there..

View solution in original post

1 REPLY 1
MattStannett
Frequent Visitor

Turns out this was because the reports had been deleted then recreated with the same name, PowerBI keeps the report names around somehow but assigned them a different GUID. Interestingly running the duplicated report returned the same name so the link to the dataset must be there..

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.