Forum Discussion
How to allow users to see underlying Query and Transformations from Dashboard
- 4 years ago
You can retrieve dataflow definitions in JSON format via the REST API:
https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflow
You could then either save these JSON objects somewhere where your team members can read them (e.g. SharePoint) or parse them to get just the queries in order to share something a bit more user friendly. If I had to do it I'd set that up via a Power Automate flow.
You can retrieve dataflow definitions in JSON format via the REST API:
https://docs.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflow
You could then either save these JSON objects somewhere where your team members can read them (e.g. SharePoint) or parse them to get just the queries in order to share something a bit more user friendly. If I had to do it I'd set that up via a Power Automate flow.