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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Is there any DMV query you know of that can return the downstream depndencies (report/s) for a given dataset?
I haven't used DMV queries much. Does the lineage view or dataset impact analysis help at all?
@AlexisOlson I was wondering if there is a way to progrmatically determine what the lineage is giving graphically. I want to track the children forEach parent. I don't think DMV would be correct for this task. I probaly ned to use PowerBI's rest API to track all the workspace URL and track them from there. The issue is POWER BI REST APIs do not have a connector (I wish there was that is useable at workspace) which makes the task hard.