Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
These duplicate reports with different ids do not appear under the available reports in the portal...
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:
Solved! Go to Solution.
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..
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..
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |