Recently i have created a SSRS Report using Report Builder in Visual Studio, this report needs to be able to retrieve data that covers the whole organization (which only the admin can see), taking into consideration that the report will be fired by a normal user that doesn't have access to the mentioned data.
When i tried to connect all Datasets to one Datasource that has Admin Credentials, then when a normal user ran a report in Dynamics, he could see his data only. Even though Admin Username and Password were saved into the Datasource.
One of the solutions that got in my mind is to have two Data Sources in the same report, but the report wasn't accepted by Dynamics.
Any thoughts? Thank you