A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
You could create a middle-tier service or custom SSRS data extension that handles Entra ID authentication, acquires an access token, and then passes queries to the Fabric warehouse using that token. For example, in C# you might acquire a token using the Microsoft.Identity.Client library and then use it in your connection string as a bearer token:
var app = ConfidentialClientApplicationBuilder.Create(clientId)
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin