This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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..
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |