Forum Discussion
Share options for a Linked Dataflow
- 3 years ago
You are correct in that for linked tables, they need access to the source. What you can do in the same dataflow with the linked tables, is create a reference to the linked table (right click on the linked table and select reference). This creates a computed table. You can then add additional transformations in the computed table or leave as is. Save the changes, and make sure you refresh and setup a schedued refresh for this dataflow. Your users should now see the computed tables in the dataflow.
If you just give your consumers the viewer role on the workspace where the dataflow exists, they should not be able to modify anything in the workspace. Glad to hear it worked.
blopez11 I haven't given them any role to the workspace where the original Dataflow exisits, and it still works; so good work!