The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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