Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Very simple question:
I have many dataflows with multiple tables per dataflow. When I connect to it from desktop it doesn't use the dataflow name, just a string of code. Two months later I'm trying to troubleshoot and need to refer to the dataflow table but I have no idea where it is.
How do I figure it out?
Thanks in advance!
Solved! Go to Solution.
Hi @b2wise
I think you can find an appropriate GUID dataflow in its URL:
https:// app.powerbi.com/workloads/dataflows/author/capacityObjectId/GUID/dataflowId/<YOUR_DATAFLOW_GUID>
\or you can use Power BI REST API
https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflows
Hi @b2wise
I think you can find an appropriate GUID dataflow in its URL:
https:// app.powerbi.com/workloads/dataflows/author/capacityObjectId/GUID/dataflowId/<YOUR_DATAFLOW_GUID>
\or you can use Power BI REST API
https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/get-dataflows