Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
What I need to do:
1) Create a report starting from an SQL query that must run on many different databases. All results will be merged in a single dataset which will be my report datasource.
2) Create a filter to select only a subset of the results from the previous queries
3) Embed the report in a web application. Using REST API, i want to filter my report passing a list of parameters; those parameters are used to select a subset of records taken at step 1).
Is it possible to do something like this?