I'm trying to determine whether Azure SQL Reporting can be used to provide reporting on an application we're hosting in Azure with an Azure SQL database back-end.
Ideally we'd like to be able to offer users the ability to create their own reports. To do this, we need to expose to them the subset of the data which applies to the organisation they're associated with.
Users identities come from federated providers via Azure ACS.
What can I do to customise the data exposed and offer only the subset a user is allowed to access?